We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790ee46 commit 644c4efCopy full SHA for 644c4ef
.github/workflows/mkdocs_pdf.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: mkdocs setup
73
run: |
74
pip install mkdocs mkdocs-material python-markdown-math mkdocs-static-i18n
75
- pip install mkdocs-to-pdf
+ pip install mkdocs-to-pdf pymdown-extensions
76
77
- name: Checkout
78
uses: actions/checkout@v4
.github/workflows/test_builddocsite.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: pandoc/actions/setup@v1
35
36
37
- pip install mkdocs mkdocs-material python-markdown-math mkdocs-static-i18n pymdown-extensions
+ pip install mkdocs mkdocs-material python-markdown-math mkdocs-static-i18n
38
39
40
0 commit comments