Fix dependency on googlechart for graphviz
The initial commit to allow graphviz images in documentation used a sphinx extension relying on googlechart (which just sends the .dot files to a google API and let's them render it). It turns out google's implementation of the .dot renderer is quite out of date, and there's a better module we can include which doesn't rely on this third party service anyway. Change-Id: I2bd10dc68d1d108af6bbf7f0e3871642f294eb8c
This commit is contained in:
parent
f77df1766c
commit
4269af4da8
@ -34,7 +34,7 @@ extensions = ['sphinx.ext.autodoc',
|
||||
'sphinxcontrib.actdiag',
|
||||
'sphinxcontrib.seqdiag',
|
||||
'sphinxcontrib.nwdiag',
|
||||
'sphinxcontrib.googlechart.graphviz',
|
||||
'sphinx.ext.graphviz',
|
||||
'oslosphinx'
|
||||
]
|
||||
|
||||
|
@ -10,4 +10,4 @@ sphinxcontrib-actdiag
|
||||
sphinxcontrib-blockdiag
|
||||
sphinxcontrib-nwdiag
|
||||
sphinxcontrib-seqdiag
|
||||
sphinxcontrib-googlechart
|
||||
graphviz
|
||||
|
Loading…
x
Reference in New Issue
Block a user