Add autosectionlabel

This commit is contained in:
Jordan Cook 2022-12-01 23:00:11 -06:00
parent 45527ff607
commit 5491760485
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ templates_path = ['../templates']
# Sphinx extensions
extensions = [
"sphinx.ext.autosectionlabel",
'sphinx.ext.autosummary',
'sphinx.ext.extlinks',
'sphinx_copybutton',
@ -35,6 +36,8 @@ myst_enable_extensions = [
copybutton_prompt_text = r'>>> |\.\.\. |\$ '
copybutton_prompt_is_regexp = True
# autosectionlabel_prefix_document = True
# Sphinx-tags settings
tags_create_tags = True
tags_extension = ['md']