Skip to content

Commit 1c3643f

Browse files
committed
Use local logo
1 parent 00ded2d commit 1c3643f

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

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
@@ -297,8 +297,8 @@
297297
},
298298
"navbar_align": "left",
299299
}
300-
html_favicon = "https://devguide.python.org/_static/python-logo.svg"
301-
html_logo = "https://devguide.python.org/_static/python-logo.svg"
300+
html_favicon = "_static/python-logo.svg"
301+
html_logo = "_static/python-logo.svg"
302302

303303
# if os.getenv("READTHEDOCS"):
304304
# html_theme_options["hosted_on"] = (

0 commit comments

Comments
 (0)