Skip to content

Commit fce0627

Browse files
authored
docs: move the logo to the sidebar (#2022)
1 parent 75eca87 commit fce0627

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,10 @@
134134
# Fonts are customizable (and are not retrieved online).
135135
# https://sphinx-nefertiti.readthedocs.io/en/latest/users-guide/customization/fonts.html
136136
"logo": "logo_400px.png",
137+
"logo_location": "sidebar",
137138
"logo_alt": "python-prompt-toolkit",
138-
"logo_width": "36",
139-
"logo_height": "36",
139+
"logo_width": "270",
140+
"logo_height": "270",
140141
"repository_url": "https://github.com/prompt-toolkit/python-prompt-toolkit",
141142
"repository_name": "python-prompt-toolkit",
142143
"current_version": "latest",

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Sphinx>=8,<9
22
wcwidth<1
33
pyperclip<2
44
sphinx_copybutton>=0.5.2,<1.0.0
5-
sphinx-nefertiti>=0.8.6
5+
sphinx-nefertiti>=0.8.8

0 commit comments

Comments
 (0)