Skip to content

Commit 5781303

Browse files
committed
Some other cleanup
1 parent f93cb03 commit 5781303

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

File renamed without changes.

conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,12 @@
5858

5959
html_js_files = [
6060
"js/functions.js",
61-
"https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js",
61+
"https://code.jquery.com/jquery-3.7.1.min.js",
6262
]
6363

64+
html_title = ""
65+
html_favicon = "_static/img/favicon.ico"
66+
6467
################################################################################
6568
# Other Trickery
6669
################################################################################

0 commit comments

Comments
 (0)