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 96454b9 commit eedefb9Copy full SHA for eedefb9
.github/workflows/build.yml
@@ -42,9 +42,9 @@ jobs:
42
# (e.g. - apt-get: gettext, etc; pip: circuitpython-build-tools, requirements.txt; etc.)
43
run: |
44
source actions-ci/install.sh
45
- - name: Pip install Sphinx@4.3.2, pre-commit
+ - name: Pip install Sphinx 4.3.2, pre-commit
46
47
- pip install --force-reinstall Sphinx@4.3.2 sphinx-rtd-theme pre-commit
+ pip install --force-reinstall Sphinx==4.3.2 sphinx-rtd-theme pre-commit
48
- name: Library version
49
run: git describe --dirty --always --tags
50
- name: Pre-commit hooks
docs/requirements.txt
@@ -2,4 +2,4 @@
2
#
3
# SPDX-License-Identifier: Unlicense
4
5
-sphinx>=4.3.2
+sphinx==4.3.2
0 commit comments