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 885d9b2 commit 54257d6Copy full SHA for 54257d6
.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 sphinx-markdown-tables requests pytest-check-links
+ run: python -m pip install sphinx sphinx-material recommonmark git+https://github.com/Dzordzu/sphinx-markdown-tables@3bc0849cf6dc0e1b7fe52aafadc2e2ccca698a01 requests pytest-check-links
22
- name: Check links
23
run: |
24
cp extensions.tpl extensions.md
0 commit comments