25
24
# Add any Sphinx extension module names here, as strings. They can be extensions
26
25
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
27
26
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig']
29
27
todo_include_todos = True
31
29
# Add any paths that contain templates here, relative to this directory.