#516: Added new value of the :confval:latex_show_urls option to show the URLs in footnotes.

This commit is contained in:
Georg Brandl
2011-01-06 18:29:37 +01:00
parent 549c800f0b
commit 92a5db16d5
6 changed files with 36 additions and 7 deletions

View File

@@ -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