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 86b646a commit de16ec1Copy full SHA for de16ec1
.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>=0.0.17" requests pytest-check-links
+ run: python -m pip install "sphinx<7.2.0" 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