File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,13 @@ Subpackages
1414Submodules
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
2225Module contents
2326---------------
Original file line number Diff line number Diff line change 4949# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
5050
5151html_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+ }
5258html_static_path = ["_static" ]
5359
5460import os
You can’t perform that action at this time.
0 commit comments