summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-06 18:29:37 +0100
committerGeorg Brandl <georg@python.org>2011-01-06 18:29:37 +0100
commitbdb8809b309e8d37ebfb94999d61bc7751cd4b45 (patch)
tree7488a6f28de04d56f6f2a9b34a4da6585d231c35 /doc/conf.py
parent375bef7916ecc11d82bb9be2ce309b6ab3b4b950 (diff)
downloadsphinx-bdb8809b309e8d37ebfb94999d61bc7751cd4b45.tar.gz
#516: Added new value of the :confval:`latex_show_urls` option to show the URLs in footnotes.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 6322f794..170e1bc2 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -44,6 +44,7 @@ latex_logo = '_static/sphinx.png'
latex_elements = {
'fontpkg': '\\usepackage{palatino}',
}
+latex_show_urls = 'footnote'
autodoc_member_order = 'groupwise'
todo_include_todos = True