diff --git a/doc/source/conf.py b/doc/source/conf.py index 97ee288bafb..42a43404156 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -35,7 +35,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig', 'sphinx.ext.graphviz', - 'oslo.sphinx', + 'oslosphinx', ] # autodoc generation is a bit aggressive and a nuisance diff --git a/test-requirements.txt b/test-requirements.txt index 15308b94974..56746da83bc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,4 +13,4 @@ sphinx>=1.1.2,<1.2 python-subunit>=0.0.18 testtools>=0.9.34 testrepository>=0.0.18 -oslo.sphinx +oslosphinx