diff --git a/doc/source/conf.py b/doc/source/conf.py index ee5c63a..30f80ba 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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} \ No newline at end of file +#intersphinx_mapping = {'http://docs.python.org/': None} diff --git a/test-requirements.txt b/test-requirements.txt index d5ec037..e8e289b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ discover fixtures>=0.3.14 python-subunit>=0.0.18 sphinx>=1.1.2,<1.2 -oslo.sphinx +oslosphinx testrepository>=0.0.18 testscenarios>=0.4 testtools>=0.9.34