Remove unused module index in documentation

We don't currently use sphinx.ext.autodoc as most of the source code
is missing docstrings anyway. Remove it so that we'll stop creating
a broken link to py-modules.html when rendering documentation. This
can be reverted later when we're ready to add source documentation
to the project.

Change-Id: I6a2c599f319859985812fe61ad5b3d7aea196e05
This commit is contained in:
Jeremy Stanley 2016-11-11 19:07:23 +00:00
parent 62f97ca6f3
commit 99329d88ac
2 changed files with 0 additions and 3 deletions

View File

@ -22,8 +22,6 @@ sys.path.insert(0, os.path.abspath('../..'))
# 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.intersphinx',
'sphinxcontrib.programoutput',
'oslosphinx'
]

View File

@ -19,5 +19,4 @@ Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`