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 d33a338 commit b8d2c8dCopy full SHA for b8d2c8d
.github/workflows/mkdocs_pdf.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: convert MDhelp
38
run: |
39
cd MDhelp
40
- #mv mkdocs.yml_pdf mkdocs.yml
+ mv mkdocs.yml_pdf mkdocs.yml
41
mkdocs build
42
#cp -vr site ../help_test
43
MDhelp/mkdocs.yml_pdf
@@ -57,9 +57,9 @@ theme:
57
logo: images/gsas2.png
58
59
plugins:
60
- - with-pdf:
61
- author: Brian H. Toby and Robert B. Von Dreele
62
- enabled_if_env: ENABLE_PDF_EXPORT
+ - with-pdf
+# author: Brian H. Toby and Robert B. Von Dreele
+# enabled_if_env: ENABLE_PDF_EXPORT
63
- i18n:
64
docs_structure: suffix
65
languages:
0 commit comments