diff --git a/config/sphinx-build/conf.py b/config/sphinx-build/conf.py index 25808077..82194165 100644 --- a/config/sphinx-build/conf.py +++ b/config/sphinx-build/conf.py @@ -25,7 +25,7 @@ import sys, os # 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.autodoc'] +extensions = ['sphinx.ext.autodoc', 'sphinx.ext.extlinks'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']