Merge "Add sphinxcontrib-blockdig for graph drawing"

This commit is contained in:
Zuul 2017-11-14 19:08:50 +00:00 committed by Gerrit Code Review
commit 86fcbe2a39
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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