enable autosectionlabel extension for internal linking

This commit is contained in:
Benjamin Wright 2022-06-22 14:24:40 +00:00
parent 724cb6d65f
commit 65efe88e81
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = []
extensions = ['sphinx.ext.autosectionlabel']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']