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
2
2
sphinx-autodoc-typehints == 2.3.0
Original file line number Diff line number Diff line change 32
32
# -- Options for HTML output -------------------------------------------------
33
33
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
34
34
35
- html_theme = "sphinx_rtd_theme"
36
- html_static_path = ["_static" ]
35
+ html_theme = "sphinxawesome_theme"
37
36
html_show_sphinx = False
38
37
39
38
sys .path .insert (0 , os .path .abspath ("../../src/" )) # Adjust as needed
40
39
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
- }
49
40
50
41
autodoc_default_options = {
51
42
"members" : True ,
You can’t perform that action at this time.
0 commit comments