Merge "Do not reference non-existing index file"

This commit is contained in:
Jenkins 2016-12-22 12:05:26 +00:00 committed by Gerrit Code Review
commit c507aca5ff
2 changed files with 1 additions and 3 deletions

View File

@ -29,8 +29,7 @@ from jinja2.utils import Markup
# 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.todo',
extensions = ['sphinx.ext.todo',
'sphinx.ext.viewcode',
'oslosphinx'
]

View File

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