diff --git a/doc/source/conf.py b/doc/source/conf.py index 804a5d7..b9b1386 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -27,7 +27,6 @@ import sphinx_rtd_theme extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', - 'oslosphinx' ] diff --git a/test-requirements.txt b/test-requirements.txt index b0b5def..fa82139 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,5 +8,4 @@ mock>=1.0 # docs sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -oslosphinx>=2.2.0 # Apache-2.0 sphinx_rtd_theme==0.1.7