From: Leandro Lucarella Date: Sat, 23 May 2009 02:26:07 +0000 (-0300) Subject: Usar extensión de Sphinx para fórmulas matemáticas X-Git-Tag: entrega-2010-10-08~101 X-Git-Url: https://git.llucax.com/z.facultad/75.00/informe.git/commitdiff_plain/33491a11f7a8e3e0ea15b8df2374f591956179af?ds=inline Usar extensión de Sphinx para fórmulas matemáticas --- diff --git a/source/conf.py b/source/conf.py index 248f096..e589ed7 100644 --- a/source/conf.py +++ b/source/conf.py @@ -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']