diff --git a/doc/source/conf.py b/doc/source/conf.py index c4728ca80..21d609bee 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -25,7 +25,7 @@ import sys, os # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinxcontrib.httpdomain', 'oslosphinx'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinxcontrib.httpdomain'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] diff --git a/requirements.txt b/requirements.txt index caf3d46aa..19b4979e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,4 +26,3 @@ dnspython>=1.9.4 posix_ipc oslotest oslo.db>=0.2.0 # Apache-2.0 -oslosphinx