Skip to content

Commit eedefb9

Browse files
committed
correct version declaration
1 parent 96454b9 commit eedefb9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
# (e.g. - apt-get: gettext, etc; pip: circuitpython-build-tools, requirements.txt; etc.)
4343
run: |
4444
source actions-ci/install.sh
45-
- name: Pip install Sphinx@4.3.2, pre-commit
45+
- name: Pip install Sphinx 4.3.2, pre-commit
4646
run: |
47-
pip install --force-reinstall Sphinx@4.3.2 sphinx-rtd-theme pre-commit
47+
pip install --force-reinstall Sphinx==4.3.2 sphinx-rtd-theme pre-commit
4848
- name: Library version
4949
run: git describe --dirty --always --tags
5050
- name: Pre-commit hooks

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# SPDX-License-Identifier: Unlicense
44

5-
sphinx>=4.3.2
5+
sphinx==4.3.2

0 commit comments

Comments
 (0)