Fix test-requirements

Syncing of global-requirements to requirements fails since oslo.sphinx
is not in global-requirements - the proper name is oslosphinx.

Fix this with using same line as global-requirements uses.

This needs fixing in doc/source/conf.py as well.

Change-Id: Ifd1d0e3ad0b47b557e709f2851239d8b10e34297
This commit is contained in:
Andreas Jaeger 2017-01-14 15:51:39 +01:00
parent 44c5621173
commit b562d77821
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ sys.path.insert(0, os.path.abspath('../..'))
extensions = [
'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx',
'oslo.sphinx'
'oslosphinx'
]
# autodoc generation is a bit aggressive and a nuisance when doing heavy
@ -72,4 +72,4 @@ latex_documents = [
]
# Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {'http://docs.python.org/': None}
#intersphinx_mapping = {'http://docs.python.org/': None}

View File

@ -4,7 +4,7 @@ coverage>=3.6
fixtures>=0.3.14
python-subunit
sphinx>=1.1.2
oslo.sphinx
oslosphinx>=4.7.0 # Apache-2.0
testrepository>=0.0.17
testscenarios>=0.4,<0.5
testtools>=0.9.32