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:
parent
3d34c4ab74
commit
c1bb2c7c75
@ -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
|
||||||
|
@ -12,10 +12,3 @@ Contents
|
|||||||
newton
|
newton
|
||||||
mitaka
|
mitaka
|
||||||
liberty
|
liberty
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
|
||||||
==================
|
|
||||||
|
|
||||||
* :ref:`genindex`
|
|
||||||
* :ref:`search`
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user