Skip to content

Commit

Permalink
Use sphinx.ext.autosectionlabel
Browse files Browse the repository at this point in the history
  • Loading branch information
LecrisUT authored Nov 18, 2024
1 parent f4fb82e commit 3a0d893
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosectionlabel',
'sphinx_rtd_theme',
]

Expand Down Expand Up @@ -205,6 +206,8 @@
# Output file base name for HTML help builder.
htmlhelp_basename = 'fmfdoc'

autosectionlabel_maxdepth = 2

# -- Options for manual page output ---------------------------------------

# One entry per manual page. List of tuples
Expand Down

0 comments on commit 3a0d893

Please sign in to comment.