Skip to content

Commit

Permalink
chore(sphinx): incorporate conf.py improvements from master
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Nov 30, 2023
1 parent db22cb8 commit 167e8fb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/conf.py
Expand Up @@ -14,16 +14,14 @@

from datetime import datetime
from collections import OrderedDict
import configparser
import multiprocessing
import sys
import os

try:
import configparser
except ImportError:
import ConfigParser as configparser
sys.path.insert(0, os.path.abspath('..'))

import falcon
import falcon # noqa: E402

# NOTE(kgriffs): Work around the change in Python 3.8 that breaks sphinx
# on macOS. See also:
Expand Down

0 comments on commit 167e8fb

Please sign in to comment.