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:
Stephen Balukoff 2014-08-01 20:33:25 -07:00
parent f77df1766c
commit 4269af4da8
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ extensions = ['sphinx.ext.autodoc',
'sphinxcontrib.actdiag',
'sphinxcontrib.seqdiag',
'sphinxcontrib.nwdiag',
'sphinxcontrib.googlechart.graphviz',
'sphinx.ext.graphviz',
'oslosphinx'
]

View File

@ -10,4 +10,4 @@ sphinxcontrib-actdiag
sphinxcontrib-blockdiag
sphinxcontrib-nwdiag
sphinxcontrib-seqdiag
sphinxcontrib-googlechart
graphviz