Skip to content

Commit 0fd8db1

Browse files
committed
Closes #235: Using the new 'footnote' options for links in PDFs.
1 parent 8668062 commit 0fd8db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@
226226
# If true, show page references after internal links.
227227
latex_show_pagerefs = True
228228

229-
# If true, show URL addresses after external links.
230-
latex_show_urls = 'inline'
229+
# How to display URL addresses: 'footnote', 'no', or 'inline'.
230+
latex_show_urls = 'footnote'
231231

232232
# Documents to append as an appendix to all manuals.
233233
#latex_appendices = []

0 commit comments

Comments
 (0)