X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/blobdiff_plain/2ddcc08900b8719c07e53e70215cd3c9a743c6c1..15b868186b7ca1853b52a34ace0865f1cc24c677:/source/conf.py diff --git a/source/conf.py b/source/conf.py index 3ef9f4b..4af0041 100644 --- a/source/conf.py +++ b/source/conf.py @@ -22,7 +22,13 @@ 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 = ['aafig', 'fig', 'vref', 'graphviz', 'sphinx.ext.pngmath'] +extensions = [ + 'aafig', + 'fig', + 'vref', + 'sphinx.ext.graphviz', + 'sphinx.ext.pngmath', +] # Add any paths that contain templates here, relative to this directory. templates_path = ['.templates'] @@ -200,7 +206,6 @@ latex_use_modindex = False # aafig default options aafig_default_options = dict( proportional = True, - scale = 1.3, aspect = 0.5, )