X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=doc%2Fconf.py;h=f78d7259faaac2e75fa75e4f9f9f6bed81740beb;hp=a1787763571d9be605bed44f173a57466cd7fe57;hb=HEAD;hpb=a700ffb42ec4e9d5cdc3fe40dde4e2bed4d19c7b diff --git a/doc/conf.py b/doc/conf.py index a178776..f78d725 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -28,7 +28,7 @@ import hooke extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.coverage', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.pngmath', - 'numpydoc'] + 'sphinx.ext.todo', 'numpydoc'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -211,8 +211,9 @@ intersphinx_mapping = { # -- Options for pngmath ------------------------------------------------------- pngmath_latex_preamble = r""" -\newcommand{\gaussian}{\textrm{gaussian}} -\newcommand{\rect}{\textrm{rect}} -\newcommand{\rfft}{\textrm{rfft}} -\newcommand{\sinc}{\textrm{sinc}} +% \newcommand{\gaussian}{\textrm{gaussian}} """ + +# -- Options for todo ---------------------------------------------------------- + +todo_include_todos = True