Skip to content

Commit

Permalink
Build fix (#1096)
Browse files Browse the repository at this point in the history
* Add dependencies and update the extension

* Remove the pdf file
  • Loading branch information
ketankartoza authored Oct 11, 2024
1 parent 1ac731d commit 3576b0b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 41 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/CompileMKDocsToPDF.yml

This file was deleted.

4 changes: 2 additions & 2 deletions docs/mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ markdown_extensions:
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg

nav:
- Home:
Expand Down
14 changes: 12 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@

#Alternative for pdf creation - broken on nixos and lately ubuntu
mkdocs-with-pdf
mkdocs-material
# Export to pdf - see https://comwes.github.io/mkpdfs-mkdocs-plugin/index.html
#mkpdfs-mkdocs
# Rather do
# pip install -e git+https://github.com/jwaschkau/mkpdfs-mkdocs-plugin.git#egg=mkpdfs-mkdocs
mkdocs-material >= 9.5.32
mdx_gh_links
mkdocs-pdf-export-plugin
mkdocstrings-python
mkdocs-video
mkdocs-redirects
mkdocs-enumerate-headings-plugin
mkdocs-git-revision-date-localized-plugin
# needed for the create-uuid.py helper script
shortuuid
# Needed for mkdocstrings python documentation generator
black
cffi
# Needed for PDF back page QR Code
qrcode

0 comments on commit 3576b0b

Please sign in to comment.