File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed
Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1- sphinx-rtd- theme== 3.0 .2
1+ sphinxawesome- theme== 5.3 .2
22sphinx-autodoc-typehints == 2.3.0
Original file line number Diff line number Diff line change 3232# -- Options for HTML output -------------------------------------------------
3333# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3434
35- html_theme = "sphinx_rtd_theme"
36- html_static_path = ["_static" ]
35+ html_theme = "sphinxawesome_theme"
3736html_show_sphinx = False
3837
3938sys .path .insert (0 , os .path .abspath ("../../src/" )) # Adjust as needed
4039
41- html_theme_options = {
42- # Toc options
43- "collapse_navigation" : True ,
44- "sticky_navigation" : True ,
45- "navigation_depth" : 4 ,
46- "includehidden" : True ,
47- "titles_only" : False ,
48- }
4940
5041autodoc_default_options = {
5142 "members" : True ,
You can’t perform that action at this time.
0 commit comments