Skip to content

Commit f28e615

Browse files
committed
Try to fix pdf doc generation (re #5557) [skip ci]
1 parent f43217b commit f28e615

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cabal/doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115

116116
# The name of an image file (relative to this directory) to place at the top of
117117
# the title page.
118-
latex_logo = 'images/logo.pdf'
118+
#latex_logo = 'images/logo.pdf'
119+
latex_logo = 'images/Cabal-dark.png'
119120

120121
# If true, show page references after internal links.
121122
latex_show_pagerefs = True

0 commit comments

Comments
 (0)