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 b8d2c8d commit 34a46a6Copy full SHA for 34a46a6
.github/workflows/mkdocs_pdf.yml
@@ -26,10 +26,10 @@ jobs:
26
- name: mkdocs setup
27
run: |
28
pip install mkdocs mkdocs-material python-markdown-math mkdocs-static-i18n
29
- pip install weasyprint
+ #pip install weasyprint
30
pip install mkdocs-with-pdf
31
#pip install mkdocs-to-pdf
32
- weasyprint --info
+ #weasyprint --info
33
34
- name: Checkout
35
uses: actions/checkout@v4
MDhelp/mkdocs.yml_pdf
@@ -57,10 +57,10 @@ theme:
57
logo: images/gsas2.png
58
59
plugins:
60
- - with-pdf
+ - with-pdf
61
# author: Brian H. Toby and Robert B. Von Dreele
62
# enabled_if_env: ENABLE_PDF_EXPORT
63
- - i18n:
+ - i18n:
64
docs_structure: suffix
65
languages:
66
- locale: en
0 commit comments