Switch over to oslosphinx
Having the sphinx theme in the same namespace package as the production code has been causing issues with devstack installations. The solution settled on was to rename oslo.sphinx to oslosphinx because oslo.sphinx is not a "production" library. See the linked bug report for more background details. Closes-Bug: #1277168 Change-Id: I220b8901cef36499e91b92719f1e8e5461a95e92
This commit is contained in:
parent
70dbe6a7cc
commit
de6d92fb92
@ -8,7 +8,7 @@ sys.path.insert(0, os.path.abspath('../..'))
|
||||
|
||||
# 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.intersphinx', 'oslo.sphinx']
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'oslosphinx']
|
||||
|
||||
# autodoc generation is a bit aggressive and a nuisance when doing heavy
|
||||
# text edit cycles.
|
||||
|
@ -20,4 +20,4 @@ coverage>=3.6
|
||||
|
||||
# this is required for the docs build jobs
|
||||
sphinx>=1.1.2,<1.2
|
||||
oslo.sphinx
|
||||
oslosphinx
|
||||
|
Loading…
Reference in New Issue
Block a user