Skip to content

Commit f050a0d

Browse files
committed
fancier theme options
1 parent dee0478 commit f050a0d

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

docs/source/agentlab.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ Subpackages
1414
Submodules
1515
----------
1616

17-
.. toctree::
18-
:maxdepth: 4
17+
agentlab.ui\_assistant module
18+
-----------------------------
1919

20-
agentlab.ui_assistant
20+
.. automodule:: agentlab.ui_assistant
21+
:members:
22+
:undoc-members:
23+
:show-inheritance:
2124

2225
Module contents
2326
---------------

docs/source/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
5050

5151
html_theme = "sphinx_rtd_theme"
52+
html_theme_options = {
53+
"navigation_depth": -1,
54+
"collapse_navigation": False,
55+
"display_version": True,
56+
"version_selector": True,
57+
}
5258
html_static_path = ["_static"]
5359

5460
import os

0 commit comments

Comments
 (0)