doc/book/en/conf.py
branchstable
changeset 5222 ed6905d98a5e
parent 5135 f15286235aef
child 5230 cd033d2f4229
equal deleted inserted replaced
5221:b851558456bb 5222:ed6905d98a5e
    30 # General configuration
    30 # General configuration
    31 # ---------------------
    31 # ---------------------
    32 
    32 
    33 # Add any Sphinx extension module names here, as strings. They can be extensions
    33 # Add any Sphinx extension module names here, as strings. They can be extensions
    34 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    34 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
    35 extensions = ['sphinx.ext.autodoc', 'logilab.common.sphinx_ext']
    35 extensions = ['sphinx.ext.autodoc', 'logilab.common.sphinx_ext', 'sphinxcontrib.aafig']
    36 autoclass_content = 'both'
    36 autoclass_content = 'both'
    37 # Add any paths that contain templates here, relative to this directory.
    37 # Add any paths that contain templates here, relative to this directory.
    38 templates_path = ['.templates']
    38 templates_path = ['.templates']
    39 
    39 
    40 # The suffix of source filenames.
    40 # The suffix of source filenames.
   184 # Documents to append as an appendix to all manuals.
   184 # Documents to append as an appendix to all manuals.
   185 #latex_appendices = []
   185 #latex_appendices = []
   186 
   186 
   187 # If false, no module index is generated.
   187 # If false, no module index is generated.
   188 #latex_use_modindex = True
   188 #latex_use_modindex = True
       
   189 aafig_format = dict(latex='pdf', html='svg', text=None)
       
   190