diff --git a/doc/requirements.txt b/doc/requirements.txt index 641662bd..dd46184e 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,5 +2,4 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. openstackdocstheme>=1.17.0 # Apache-2.0 -oslosphinx>=4.7.0 # Apache-2.0 sphinx>=1.6.2 # BSD diff --git a/doc/source/conf.py b/doc/source/conf.py index dc80be30..58ac0a81 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -34,7 +34,6 @@ django.setup() # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ 'openstackdocstheme', - 'oslosphinx', 'sphinx.ext.autodoc', 'sphinx.ext.coverage', # 'sphinx.ext.intersphinx',