# HG changeset patch # User Aurelien Campeas # Date 1271179280 -7200 # Node ID cd033d2f4229107098ae1470d86ea0f16ff344ab # Parent 67dbd07a05f346216dc63a5e5a7e3515db969d02 [doc/book] remove refs to aafig (it uses a sphynx extension unavailable as a .deb) diff -r 67dbd07a05f3 -r cd033d2f4229 doc/book/en/conf.py --- a/doc/book/en/conf.py Tue Apr 13 19:19:37 2010 +0200 +++ b/doc/book/en/conf.py Tue Apr 13 19:21:20 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', 'sphinxcontrib.aafig'] +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'] @@ -92,11 +92,13 @@ # The style sheet to use for HTML and HTML Help pages. A file of that name # must exist either in Sphinx' static/ path, or in one of the custom paths # given in html_static_path. -html_style = 'sphinx-default.css' +#html_style = 'sphinx-default.css' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". html_title = '%s %s' % (project, release) +html_theme = 'lglb_doc' +html_theme_path = ['_theme'] # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None @@ -186,5 +188,5 @@ # If false, no module index is generated. #latex_use_modindex = True -aafig_format = dict(latex='pdf', html='svg', text=None) +#aafig_format = dict(latex='pdf', html='svg', text=None)