Add: Gemini support
This commit is contained in:
parent
7608d8c938
commit
4a17c4a123
1 changed files with 9 additions and 0 deletions
|
@ -193,6 +193,15 @@ pyppeteer_pdf_options = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gemini_baseurl = 'gemini://nerv-project.eu/'
|
||||||
|
gemini_footer = """
|
||||||
|
Nerv Project ASBL - BCE 0756.741.342 - TVA BE0756741342 - KBR Éditeur 15066 - IBAN BE02751210684040 - BIC AXABBE22.
|
||||||
|
|
||||||
|
Licensed under Creative Commons BY-SA 4.0.
|
||||||
|
|
||||||
|
Créé avec Sphinx.
|
||||||
|
"""
|
||||||
|
|
||||||
latex_engine = 'xelatex'
|
latex_engine = 'xelatex'
|
||||||
latex_toplevel_sectioning = 'chapter'
|
latex_toplevel_sectioning = 'chapter'
|
||||||
latex_show_urls = 'footnote'
|
latex_show_urls = 'footnote'
|
||||||
|
|
Loading…
Reference in a new issue