We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee0478 commit f050a0dCopy full SHA for f050a0d
2 files changed
docs/source/agentlab.rst
@@ -14,10 +14,13 @@ Subpackages
14
Submodules
15
----------
16
17
-.. toctree::
18
- :maxdepth: 4
+agentlab.ui\_assistant module
+-----------------------------
19
20
- agentlab.ui_assistant
+.. automodule:: agentlab.ui_assistant
21
+ :members:
22
+ :undoc-members:
23
+ :show-inheritance:
24
25
Module contents
26
---------------
docs/source/conf.py
@@ -49,6 +49,12 @@
49
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
50
51
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
+}
58
html_static_path = ["_static"]
59
60
import os
0 commit comments