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:
parent
62f97ca6f3
commit
99329d88ac
@ -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'
|
||||
]
|
||||
|
@ -19,5 +19,4 @@ Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
Loading…
Reference in New Issue
Block a user