[ADD] legal: update contracts for new maintenance

- Update Enterprise & Partnership agreement (EN, FR)
- Update legal page index: hide outdated agreements, replace
  with a link to an archive of the old PDFs.
- Add icons for missing files, to make index table layout more consistent
- Add `text-justify` on HTML versions of contracts, for consistency with
  the PDF versions.
- Fix compatibility of PDF generation with recent sphinx versions
  (\sphinxmaketitle instead of \maketitle)
- Re-add NL PDF building, still needs to be updated like all others
This commit is contained in:
Olivier Dony
2020-06-09 02:04:10 +02:00
parent 7b485f8049
commit 5b80ed551c
12 changed files with 388 additions and 173 deletions
+4
View File
@@ -16,6 +16,10 @@
{% set classes = classes + ['has_code_col'] %}
{% endif %}
{% if 'classes' in meta %}
{% set classes = classes + meta['classes'].split() %}
{% endif %}
{%- block doctype -%}
<!doctype html>
{%- endblock -%}