We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85d166 commit 10d21dcCopy full SHA for 10d21dc
docs/_static/logo_square.svg
docs/_static/logo_wide.svg
docs/conf.py
@@ -10,6 +10,9 @@
10
html_theme = os.environ.get("SPHINX_THEME", "alabaster")
11
html_title = f"Sphinx Design ({html_theme.replace('_', '-')})"
12
13
+html_logo = "_static/logo_wide.svg"
14
+html_favicon = "_static/logo_square.svg"
15
+
16
if html_theme == "alabaster":
17
html_css_files = [
18
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/fontawesome.min.css"
0 commit comments