8000 Switch to sphinxawesome-theme. · judge0/judge0-python@22d4ae6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 22d4ae6

Browse files
committed
Switch to sphinxawesome-theme.
1 parent 0842184 commit 22d4ae6

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinx-rtd-theme==3.0.2
1+
sphinxawesome-theme==5.3.2
22
sphinx-autodoc-typehints==2.3.0

docs/source/conf.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,11 @@
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"
3736
html_show_sphinx = False
3837

3938
sys.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

5041
autodoc_default_options = {
5142
"members": True,

0 commit comments

Comments
 (0)
0