X Tutup
Skip to content

Commit 1eb4b40

Browse files
committed
[ci skip] docs: add logo to html and pdf builds
1 parent 7167936 commit 1eb4b40

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
# The name of an image file (relative to this directory) to place at the top
133133
# of the sidebar.
134-
#html_logo = None
134+
html_logo = 'ptb-logo-orange.png'
135135

136136
# The name of an image file (within the static path) to use as favicon of the
137137
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
@@ -235,7 +235,7 @@
235235

236236
# The name of an image file (relative to this directory) to place at the top of
237237
# the title page.
238-
#latex_logo = None
238+
latex_logo = 'ptb-logo_1024.png'
239239

240240
# For "manual" documents, if this is true, then toplevel headings are parts,
241241
# not chapters.

docs/source/ptb-logo-orange.png

73.8 KB
Loading

docs/source/ptb-logo_1024.png

70.6 KB
Loading

0 commit comments

Comments
 (0)
X Tutup