diff --git a/doc/source/conf.py b/doc/source/conf.py index e912ce739c..2e00cc0179 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -144,7 +144,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.viewcode', - 'oslo.sphinx', + 'oslosphinx', ] # Add any paths that contain templates here, relative to this directory. diff --git a/test-requirements.txt b/test-requirements.txt index 5db0d7200d..997c997f13 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ nose-exclude nosehtmloutput>=0.0.3 nosexcover openstack.nose_plugin>=0.7 -oslo.sphinx +oslosphinx selenium sphinx>=1.1.2,<1.2 testtools>=0.9.34