mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-24 02:49:07 +01:00
Fix print page version by downgrading to print-page plugin v1.3.0
This commit is contained in:
parent
eeb0e17519
commit
d1f51b98e2
3 changed files with 18 additions and 2 deletions
1
doc/.gitignore
vendored
1
doc/.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
public_html
|
public_html
|
||||||
LdapSaisie.html
|
LdapSaisie.html
|
||||||
|
LdapSaisie.pdf
|
||||||
venv
|
venv
|
||||||
|
|
|
@ -19,7 +19,22 @@ extra:
|
||||||
plugins:
|
plugins:
|
||||||
- search:
|
- search:
|
||||||
lang: fr # Set language for 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:
|
nav:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
mkdocs
|
mkdocs
|
||||||
mkdocs-material
|
mkdocs-material
|
||||||
mdx_truly_sane_lists
|
mdx_truly_sane_lists
|
||||||
mkdocs-print-site-plugin
|
mkdocs-print-site-plugin==1.3.0
|
||||||
# For building all-in-one HTML file
|
# For building all-in-one HTML file
|
||||||
html5lib
|
html5lib
|
||||||
requests
|
requests
|
||||||
|
|
Loading…
Reference in a new issue