diff --git a/doc/conf.py b/doc/conf.py index 558f2f9..1a34c1c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -11,7 +11,8 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys, os, breathe, doxylink +import sys, os, breathe +from sphinxcontrib.doxylink import doxylink # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -25,7 +26,7 @@ import sys, os, breathe, doxylink # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = ["breathe", "doxylink"] +extensions = ["breathe", "sphinxcontrib.doxylink"] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']