Skip to content

Commit 96454b9

Browse files
committed
Builds with Sphinx 4.3.2
1 parent 9b14d25 commit 96454b9

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, pre-commit
45+
- name: Pip install Sphinx@4.3.2, pre-commit
4646
run: |
47-
pip install --force-reinstall Sphinx 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.0.0
5+
sphinx>=4.3.2

0 commit comments

Comments
 (0)