doc/book/en/conf.py
branchstable
changeset 5222 ed6905d98a5e
parent 5135 f15286235aef
child 5230 cd033d2f4229
--- a/doc/book/en/conf.py	Mon Apr 12 16:57:11 2010 +0200
+++ b/doc/book/en/conf.py	Mon Apr 12 19:36:51 2010 +0200
@@ -32,7 +32,7 @@
 
 # Add any Sphinx extension module names here, as strings. They can be extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'logilab.common.sphinx_ext']
+extensions = ['sphinx.ext.autodoc', 'logilab.common.sphinx_ext', 'sphinxcontrib.aafig']
 autoclass_content = 'both'
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['.templates']
@@ -186,3 +186,5 @@
 
 # If false, no module index is generated.
 #latex_use_modindex = True
+aafig_format = dict(latex='pdf', html='svg', text=None)
+