Versuch zur Erstellung einer PDF aus der Dokumentation

This commit is contained in:
Dennis Heinrich 2024-04-05 08:24:22 +02:00
parent e22386e335
commit cd98c37fcb
3 changed files with 11 additions and 1 deletions

View file

@ -21,3 +21,4 @@ jobs:
CUSTOM_DOMAIN: help.streckenkunde.dennis-heinri.ch
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
REQUIREMENTS: requirements.txt

View file

@ -11,6 +11,14 @@ theme:
- toc.follow
- navigation.footer
plugins:
- search
- pdf-export:
- verbose: true
- media_type: print
- combined: true
- combined_output_path: docs/index.pdf
extra:
generator: false
social:

1
requirements.txt Normal file
View file

@ -0,0 +1 @@
mkdocs-pdf-export-plugin