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 41a782f commit 0637966Copy full SHA for 0637966
.github/workflows/test_builddocsite.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: pandoc/actions/setup@v1
35
- name: mkdocs setup
36
run: |
37
- pip install mkdocs mkdocs-material python-markdown-math mkdocs-static-i18n
+ pip install mkdocs mkdocs-material python-markdown-math mkdocs-static-i18n pymdown-extensions
38
39
- name: Checkout
40
uses: actions/checkout@v4
MDhelp/mkdocs.yml_pdf
@@ -71,6 +71,7 @@ plugins:
71
# - index.md
72
render_js: true
73
headless_chrome_path: /usr/bin/google-chrome-stable
74
+ headless_chrome_path: /Users/toby/bin/chromedriver
75
# relaxedjs_path: /usr/local/bin/relaxed
76
77
- i18n:
0 commit comments