From 9f1e79c210fffe9603dc178ed514bdb88d5ee32c 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 78e614088f57f47..b2f56d24aee733f 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"] = (