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 39fd0f3 commit 45943abCopy full SHA for 45943ab
.github/workflows/ubuntu_test.yml
@@ -55,7 +55,7 @@ jobs:
55
python -m venv --system-site-packages venv
56
./venv/bin/pip install --upgrade \
57
mypy isort flake8 pyflakes pycodestyle \
58
- jinja2 Sphinx types-setuptools meson
+ jinja2 'Sphinx<8.0' types-setuptools meson
59
- name: Run linters
60
run: |
61
export PATH="$(readlink -f ./venv/bin):${PATH}"
0 commit comments