X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/blobdiff_plain/b0956c037ae52da777b06705157486067755ec2c..aa8eff50c89900e85fe1b37f48e84decca03e534:/source/conf.py?ds=sidebyside diff --git a/source/conf.py b/source/conf.py index 3d6114e..cc3bb25 100644 --- a/source/conf.py +++ b/source/conf.py @@ -16,13 +16,13 @@ import sys, os # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. -#sys.path.append(os.path.abspath('.')) +sys.path.append(os.path.abspath('../ext')) # -- General configuration ----------------------------------------------------- # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = [] +extensions = ['fig', 'vref', 'graphviz', 'sphinx.ext.pngmath'] # Add any paths that contain templates here, relative to this directory. templates_path = ['.templates'] @@ -185,7 +185,11 @@ latex_logo = 'fiuba.png' #latex_use_parts = False # Additional stuff for the LaTeX preamble. -latex_preamble = '\setcounter{tocdepth}{3}' +latex_preamble = r''' +\usepackage{varioref} % XXX: breaks PDF index +\usepackage{subfigure} +\setcounter{tocdepth}{2} +''' # Documents to append as an appendix to all manuals. #latex_appendices = []