Skip to content

Commit 56a851c

Browse files
committed
Use local logo
1 parent 1bf2343 commit 56a851c

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

Doc/_static/python-logo.svg

Lines changed: 18 additions & 0 deletions
Loading

Doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@
373373
},
374374
"navbar_align": "left",
375375
}
376-
html_favicon = "https://devguide.python.org/_static/python-logo.svg"
377-
html_logo = "https://devguide.python.org/_static/python-logo.svg"
376+
html_favicon = "_static/python-logo.svg"
377+
html_logo = "_static/python-logo.svg"
378378

379379
# if os.getenv("READTHEDOCS"):
380380
# html_theme_options["hosted_on"] = (

0 commit comments

Comments
 (0)