Fix print page version by downgrading to print-page plugin v1.3.0

This commit is contained in:
Benjamin Renard 2023-08-18 18:42:10 +02:00
parent eeb0e17519
commit d1f51b98e2
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC
3 changed files with 18 additions and 2 deletions

1
doc/.gitignore vendored
View file

@ -1,3 +1,4 @@
public_html
LdapSaisie.html
LdapSaisie.pdf
venv

View file

@ -19,7 +19,22 @@ extra:
plugins:
- search:
lang: fr # Set language for search
- print-site
- print-site:
add_to_navigation: true
print_page_title: 'Documentation'
# Table of contents
add_table_of_contents: true
toc_title: 'Table des matières'
toc_depth: 6
# Content-related
add_full_urls: false
enumerate_headings: true
enumerate_figures: true
add_cover_page: true
cover_page_template: ""
path_to_pdf: ""
enabled: !ENV [ENABLED_PRINT_SITE, True]
exclude:
nav:

View file

@ -1,7 +1,7 @@
mkdocs
mkdocs-material
mdx_truly_sane_lists
mkdocs-print-site-plugin
mkdocs-print-site-plugin==1.3.0
# For building all-in-one HTML file
html5lib
requests