Rename oslo.sphinx to oslosphinx
oslo.sphinx has been renamed to oslosphinx. This patch does not touch tools/atc/email-stats.sh since it will be removed soon. Closes-Bug: #1277168 Change-Id: Ib446323e26e4a66cb045f7de9b6269cc137eb61f
This commit is contained in:
parent
323322aaec
commit
233016e6d5
@ -30,7 +30,7 @@ sys.path.insert(0, os.path.abspath('.'))
|
|||||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
'custom_roles',
|
'custom_roles',
|
||||||
'oslo.sphinx',
|
'oslosphinx',
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
hacking>=0.5.6,<0.8
|
hacking>=0.5.6,<0.8
|
||||||
sphinx>=1.1.2,<1.2
|
sphinx>=1.1.2,<1.2
|
||||||
docutils==0.9.1
|
docutils==0.9.1
|
||||||
oslo.sphinx
|
oslosphinx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user