Fix 'tox -ereleasenotes' Error

1. replace reno.sphinxtest with reno.sphinxext for Sphinx extensions as
sphinxtest is not supported
2. remove 'Indices and tables' from index.rst as it's not found.

Change-Id: Idb9e75a326e5b1fc39a28aebb6eb58182e4a27c5
This commit is contained in:
Zhenguo Niu 2017-02-13 11:15:42 +08:00
parent 3d34c4ab74
commit c1bb2c7c75
2 changed files with 1 additions and 8 deletions

View File

@ -21,7 +21,7 @@ sys.path.insert(0, os.path.abspath('../..'))
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [ extensions = [
'oslosphinx', 'oslosphinx',
'reno.sphinxtest', 'reno.sphinxext',
] ]
# autodoc generation is a bit aggressive and a nuisance when doing heavy # autodoc generation is a bit aggressive and a nuisance when doing heavy

View File

@ -12,10 +12,3 @@ Contents
newton newton
mitaka mitaka
liberty liberty
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`