diff --git a/doc/source/conf.py b/doc/source/conf.py index f98304e9e..7aa5bc8e6 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', ] todo_include_todos = True diff --git a/test-requirements.txt b/test-requirements.txt index 61e88b498..5976cd4af 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,7 @@ psycopg2 pylint==0.25.2 python-subunit sphinx>=1.1.2,<1.2 -oslo.sphinx +oslosphinx testrepository>=0.0.17 testtools>=0.9.32