Merge "Add sphinxcontrib-blockdig for graph drawing"
This commit is contained in:
commit
86fcbe2a39
@ -22,7 +22,8 @@ sys.path.insert(0, os.path.abspath('../..'))
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'openstackdocstheme',
|
||||
'oslosphinx'
|
||||
'oslosphinx',
|
||||
'sphinxcontrib.blockdiag'
|
||||
]
|
||||
|
||||
# autodoc generation is a bit aggressive and a nuisance when doing heavy
|
||||
|
@ -1,4 +1,5 @@
|
||||
sphinx>=1.5.1,!=1.6.1 # BSD
|
||||
sphinxcontrib-blockdiag>=1.1.0
|
||||
oslosphinx>=4.7.0 # Apache-2.0
|
||||
pbr>=3.0.0 # Apache-2.0
|
||||
openstackdocstheme>=1.16.0 # Apache-2.0
|
||||
openstackdocstheme>=1.16.0 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user