mirror of
https://github.com/Streckenkunde/Anwenderdokumentation.git
synced 2025-12-06 07:58:35 +00:00
Versuch zur Erstellung einer PDF aus der Dokumentation
This commit is contained in:
parent
e22386e335
commit
cd98c37fcb
3 changed files with 11 additions and 1 deletions
1
.github/workflows/publish-documentation.yml
vendored
1
.github/workflows/publish-documentation.yml
vendored
|
|
@ -21,3 +21,4 @@ jobs:
|
|||
CUSTOM_DOMAIN: help.streckenkunde.dennis-heinri.ch
|
||||
CONFIG_FILE: mkdocs.yml
|
||||
EXTRA_PACKAGES: build-base
|
||||
REQUIREMENTS: requirements.txt
|
||||
|
|
@ -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
1
requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
mkdocs-pdf-export-plugin
|
||||
Loading…
Reference in a new issue