From 38d0025c3b98d78dea006e896249a3bff4d34c1d Mon Sep 17 00:00:00 2001 From: Daniela Rus Morales Date: Thu, 11 Sep 2025 18:54:08 +0200 Subject: [PATCH] docs: move the logo to the sidebar --- docs/conf.py | 5 +++-- docs/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b0e980728..883743f9e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -134,9 +134,10 @@ # Fonts are customizable (and are not retrieved online). # https://sphinx-nefertiti.readthedocs.io/en/latest/users-guide/customization/fonts.html "logo": "logo_400px.png", + "logo_location": "sidebar", "logo_alt": "python-prompt-toolkit", - "logo_width": "36", - "logo_height": "36", + "logo_width": "270", + "logo_height": "270", "repository_url": "https://github.com/prompt-toolkit/python-prompt-toolkit", "repository_name": "python-prompt-toolkit", "current_version": "latest", diff --git a/docs/requirements.txt b/docs/requirements.txt index a7a4294f8..d1abf9f69 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,4 @@ Sphinx>=8,<9 wcwidth<1 pyperclip<2 sphinx_copybutton>=0.5.2,<1.0.0 -sphinx-nefertiti>=0.8.6 +sphinx-nefertiti>=0.8.8