From 453af2d49a64c507e17e8eafd2b08e8b0925d5fc Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:19:51 -0700 Subject: [PATCH] Top-left logo and text --- Doc/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/conf.py b/Doc/conf.py index 78e614088f57f4..b2f56d24aee733 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -338,7 +338,11 @@ # 'issues_url': '/bugs.html', # 'license_url': '/license.html', # 'root_include_title': False, # We use the version switcher instead. + "logo": { + "text": f"Python {release}", + }, } +html_logo = "https://devguide.python.org/_static/python-logo.svg" # if os.getenv("READTHEDOCS"): # html_theme_options["hosted_on"] = (