]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - doc/source/conf.py
Reorganize the test source code and doc building.
[dunshire.git] / doc / source / conf.py
index d6752551eabcdd8a8bc9d389b83bfe47a847b3fa..511b8210aa8e6fa4cbe465a1c107ac25de4f5a1d 100644 (file)
@@ -8,22 +8,18 @@ import shlex
 # 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('../../src/'))
-sys.path.insert(0, os.path.abspath('../../src/dunshire'))
 
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
 extensions = [
     'sphinx.ext.autodoc',
-    'sphinx.ext.autosummary',
     'sphinx.ext.doctest',
     'sphinx.ext.mathjax',
     'sphinx.ext.napoleon',
     'sphinx.ext.viewcode',
 ]
 
-autosummary_generate = True
-
 # Don't automatically test every >>> block in the documentation. This
 # avoids testing the API docs as part of the documentation build,
 # which is exactly what we intend, because those are tested as part of