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 f93cb03 commit 5781303Copy full SHA for 5781303
2 files changed
favicon.ico _static/img/favicon.icofavicon.ico renamed to _static/img/favicon.ico
conf.py
@@ -58,9 +58,12 @@
58
59
html_js_files = [
60
"js/functions.js",
61
- "https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
+ "https://code.jquery.com/jquery-3.7.1.min.js",
62
]
63
64
+html_title = ""
65
+html_favicon = "_static/img/favicon.ico"
66
+
67
################################################################################
68
# Other Trickery
69
0 commit comments