Skip to content

Commit

Permalink
Drop autodoc from Sphinx config (#3156)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Jul 24, 2018
1 parent 8edeb18 commit 2f78996
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@
raise RuntimeError('Unable to determine version.')


# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('.'))


# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
Expand All @@ -49,7 +42,6 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.intersphinx',
'sphinxcontrib.asyncio',
Expand Down

0 comments on commit 2f78996

Please sign in to comment.