Doc: oslo.sphinx -> oslosphinx
The sphinx theme has been renamed as seen in I87ca3e6c10. Side effect: that will bump the theme to version 2.0. There is still an occurence of 'oslo.sphinx' in the gerritbot: modules/gerritbot/files/gerritbot_channel_config.yaml No idea what it is for so I left it untouched. Change-Id: Id63db363470c85c8a151be6643f6810e653fb8de
This commit is contained in:
parent
a876fd2050
commit
f143930b1d
@ -30,7 +30,7 @@ sys.path.insert(0, os.path.abspath('.'))
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = [
|
||||
'custom_roles',
|
||||
'oslo.sphinx',
|
||||
'oslosphinx',
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
@ -1,4 +1,4 @@
|
||||
hacking>=0.5.6,<0.8
|
||||
sphinx>=1.1.2,<1.2
|
||||
docutils==0.9.1
|
||||
oslo.sphinx
|
||||
oslosphinx
|
||||
|
Loading…
x
Reference in New Issue
Block a user