sync template

This commit is contained in:
2023-01-12 14:26:05 +01:00
parent 471514c654
commit c241ca2e13

View File

@ -94,6 +94,9 @@ html_title = "{{ title }}"
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
# Do not include sources into the rendered results
html_copy_source = False
# -- Options for PDF output --------------------------------------------------
latex_documents = [
{%- if pdf_name is defined %}