X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/blobdiff_plain/d256570cee57e5f6a7e010dfd7aae3dd21ee2236..3bcfc587ccfd82d22300848f7e6530f79e2f80b5:/source/conf.py?ds=inline diff --git a/source/conf.py b/source/conf.py index db52cc9..da589d0 100644 --- a/source/conf.py +++ b/source/conf.py @@ -22,7 +22,7 @@ sys.path.append(os.path.abspath('../ext')) # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ['fig', 'vref', 'graphviz', 'sphinx.ext.pngmath'] +extensions = ['aafig', 'fig', 'vref', 'graphviz', 'sphinx.ext.pngmath'] # Add any paths that contain templates here, relative to this directory. templates_path = ['.templates'] @@ -186,9 +186,9 @@ latex_logo = 'fiuba.png' # Additional stuff for the LaTeX preamble. latex_preamble = r''' -\usepackage{varioref} +\usepackage{varioref} % XXX: breaks PDF index \usepackage{subfigure} -\setcounter{tocdepth}{3} +\setcounter{tocdepth}{2} ''' # Documents to append as an appendix to all manuals.