Merge "Do not use the official theme from oslosphinx"

This commit is contained in:
Zuul 2018-08-09 17:35:05 +00:00 committed by Gerrit Code Review
commit 39c4e9327e
4 changed files with 0 additions and 5 deletions

View File

@ -21,8 +21,6 @@ sys.path.insert(0, os.path.abspath('../..'))
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'sphinx.ext.autodoc',
#'sphinx.ext.intersphinx',
'oslosphinx'
]
# autodoc generation is a bit aggressive and a nuisance when doing heavy

View File

@ -46,7 +46,6 @@ oslo.log==3.36.0
oslo.serialization==2.25.0
oslo.service==1.24.0
oslo.utils==3.33.0
oslosphinx==4.7.0
oslotest==3.2.0
Paste==2.0.3
PasteDeploy==1.5.2

View File

@ -38,7 +38,6 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'oslosphinx',
'reno.sphinxext',
]

View File

@ -9,7 +9,6 @@ coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT