Merge "Rename oslo.sphinx to oslosphinx"
This commit is contained in:
commit
91440aa7a1
@ -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