diff --git a/doc/source/conf.py b/doc/source/conf.py index a44dffe0f9..2253323df4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -47,7 +47,7 @@ extensions = ['sphinx.ext.coverage', 'sphinx.ext.intersphinx', 'sphinx.ext.pngmath', 'sphinx.ext.graphviz', - '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 2f72e125bf..d323ee1942 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -25,4 +25,4 @@ qpid-python xattr>=0.4 # Documentation -oslo.sphinx +oslosphinx