diff --git a/docs/conf.py b/docs/conf.py index 2f83ea37..7d18003e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,8 +45,11 @@ PygmentsBridge.latex_formatter = CustomLatexFormatter # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. + extensions = ["sphinx.ext.graphviz", "sphinx.ext.todo"] +todo_link_only = True + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']