We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13afe3d commit 7a78093Copy full SHA for 7a78093
1 file changed
docs/conf.py
@@ -42,7 +42,7 @@
42
"css/score.css",
43
]
44
45
-html_logo ="_assets/S-CORE_Logo_white.svg"
+html_logo = "_assets/S-CORE_Logo_white.svg"
46
47
html_theme_options = {
48
"external_links": [
@@ -62,7 +62,6 @@
62
],
63
"use_edit_page_button": True, # https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/source-buttons.html#add-an-edit-button
64
"collapse_navigation": True,
65
-
66
}
67
68
html_context = {
0 commit comments