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 54257d6 commit 44d53e8Copy full SHA for 44d53e8
.github/workflows/pages.yml
@@ -18,7 +18,7 @@ jobs:
18
python-version: "3.9"
19
architecture: "x64"
20
- name: Install dependencies
21
- run: python -m pip install sphinx sphinx-material recommonmark git+https://github.com/Dzordzu/sphinx-markdown-tables@3bc0849cf6dc0e1b7fe52aafadc2e2ccca698a01 requests pytest-check-links
+ run: python -m pip install sphinx sphinx-material recommonmark "sphinx-markdown-tables>=0.0.17" requests pytest-check-links
22
- name: Check links
23
run: |
24
cp extensions.tpl extensions.md
0 commit comments