Skip to content

Commit

Permalink
Versuch zur Erstellung einer PDF aus der Dokumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudmaker97 committed Apr 5, 2024
1 parent e22386e commit cd98c37
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_DOMAIN: help.streckenkunde.dennis-heinri.ch
CONFIG_FILE: mkdocs.yml
EXTRA_PACKAGES: build-base
EXTRA_PACKAGES: build-base
REQUIREMENTS: requirements.txt
8 changes: 8 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mkdocs-pdf-export-plugin

0 comments on commit cd98c37

Please sign in to comment.