feat: Configure LaTeX to show URLs as footnotes in Sphinx
This commit is contained in:
parent
b61a389b92
commit
24430eb69a
|
@ -64,3 +64,4 @@ html_theme_options = {
|
||||||
|
|
||||||
latex_engine = "xelatex"
|
latex_engine = "xelatex"
|
||||||
# Configure LaTeX options for PDF generation
|
# Configure LaTeX options for PDF generation
|
||||||
|
latex_show_urls = 'footnote'
|
||||||
|
|
Loading…
Reference in New Issue