X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/blobdiff_plain/944efb48020945fbe8de9cd4722d6fd11490cc79..409ef528d2b45bdcbcd6868b3d0f82c1edf8e748:/source/conf.py diff --git a/source/conf.py b/source/conf.py index 30dec25..26636a3 100644 --- a/source/conf.py +++ b/source/conf.py @@ -16,7 +16,7 @@ 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('../ext')) +sys.path.insert(0, os.path.abspath('../ext')) # -- General configuration ----------------------------------------------------- @@ -24,8 +24,7 @@ sys.path.append(os.path.abspath('../ext')) # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ 'aafig', - 'fig', - 'ftable', + 'flt', 'vref', 'pcodehl', 'sphinx.ext.graphviz',