# 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('../ext'))
+sys.path.insert(0, os.path.abspath('../ext'))
# -- General configuration -----------------------------------------------------
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = [
'aafig',
- 'fig',
- 'ftable',
+ 'flt',
'vref',
'pcodehl',
'sphinx.ext.graphviz',
# Additional stuff for the LaTeX preamble.
latex_preamble = r'''
+\usepackage{epigraph}
\usepackage[final]{varioref} % XXX: breaks PDF index, use [final] when done
\usepackage{subfig}
% Relaja restricciones de LaTeX para floats, ver: