]> git.llucax.com Git - z.facultad/75.00/informe.git/commitdiff
Usar extensión de Sphinx para fórmulas matemáticas
authorLeandro Lucarella <llucax@gmail.com>
Sat, 23 May 2009 02:26:07 +0000 (23:26 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 23 May 2009 02:26:07 +0000 (23:26 -0300)
source/conf.py

index 248f096792e101b793dccb9ecbc587c1f8087b8c..e589ed714c36aefaf5dfdb15b4af31d7217ab51e 100644 (file)
@@ -22,7 +22,7 @@ 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 = ['graphviz']
+extensions = ['graphviz', 'sphinx.ext.pngmath']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['.templates']