]> git.llucax.com Git - z.facultad/75.00/informe.git/blobdiff - source/conf.py
Indicar a VIM que idioma usar para corregir ortografĂ­a
[z.facultad/75.00/informe.git] / source / conf.py
index 3ef9f4b99b69f19d9797de0e66686c393a5fa563..4af00412e1daa2f3596b0297db34f7c305bf3ccd 100644 (file)
@@ -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.
 
 # 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']
 
 # 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,
 # aafig default options
 aafig_default_options = dict(
   proportional = True,
-  scale        = 1.3,
   aspect       = 0.5,
 )
 
   aspect       = 0.5,
 )