Skip to content

Commit

Permalink
docs: add sphinx_toolbox options
Browse files Browse the repository at this point in the history
This enables the usage of collapsible sections for the docs.
  • Loading branch information
jufajardini committed Dec 2, 2024
1 parent ae10fc3 commit bd86563
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/userguide/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
# 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_toolbox.collapse',
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
1 change: 1 addition & 0 deletions doc/userguide/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinx_rtd_theme
sphinx_toolbox

0 comments on commit bd86563

Please sign in to comment.