]> git.llucax.com Git - z.facultad/75.00/informe.git/blobdiff - source/conf.py
Agregar nota al piƩ sobre localidad de referencia
[z.facultad/75.00/informe.git] / source / conf.py
index bbf1ec07448cd67a24774bbce811f5cb11577d4a..cc3bb250df9959b78c3d1f5deb1229a48b8bb5b8 100644 (file)
@@ -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 = ['graphviz', 'sphinx.ext.pngmath']
+extensions = ['fig', 'vref', 'graphviz', 'sphinx.ext.pngmath']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['.templates']
@@ -186,8 +186,9 @@ latex_logo = 'fiuba.png'
 
 # Additional stuff for the LaTeX preamble.
 latex_preamble = r'''
+\usepackage{varioref}    % XXX: breaks PDF index
 \usepackage{subfigure}
-\setcounter{tocdepth}{3}
+\setcounter{tocdepth}{2}
 '''
 
 # Documents to append as an appendix to all manuals.