diff --git a/src/docs/conf.py b/src/docs/conf.py index 014ae77527..d97f79bb7b 100644 --- a/src/docs/conf.py +++ b/src/docs/conf.py @@ -89,6 +89,10 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] # The name of the Pygments (syntax highlighting) style to use. pygments_style = None +# options for latex output +latex_engine = 'lualatex' +latex_show_urls = 'footnote' + # -- Options for HTML output -------------------------------------------------