-
Notifications
You must be signed in to change notification settings - Fork 18
/
conf.py
31 lines (24 loc) · 1.05 KB
/
conf.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# The master toctree document.
master_doc = 'index'
# -- Options for LaTeX output ---------------------------------------------
latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
'papersize': 'a4paper',
}
# The name of an image file (relative to this directory) to place at the top of
# the title page.
latex_logo = "media/agid-logo.png"
# If true, show page references after internal links.
latex_show_pagerefs = False
# If true, show URL addresses after external links.
latex_show_urls = False
# Documents to append as an appendix to all manuals.
latex_appendices = [
"attachments/allegato-a-guida-alla-pubblicazione-open-source-di-software-realizzato-per-la-pa",
"attachments/allegato-b-guida-alla-manutenzione-di-software-open-source",
"attachments/allegato-c-guida-alle-licenze-open-source",
"attachments/allegato-d-guida-alla-modifica-di-software-open-source-preso-a-riuso-o-di-terzi",
"attachments/allegato-e-tabella-sinottica-degli-elementi-necessari-al-percorso-decisionale",
]