Skip to content

Commit 7eca28b

Browse files
authored
upgrade Sphinx to 8.2.1 release (#1011)
1 parent 3b3effb commit 7eca28b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: 3.10.12
16+
python-version: 3.13
1717

1818
- name: Build docs
1919
run: |

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
alabaster==1.0.0
22
docutils==0.21.2
3-
sphinx==8.1.3
3+
sphinx==8.2.1
44
sphinx-copybutton==0.5.2
55
sphinxcontrib-jquery==4.1
66
--extra-index-url https://test.pypi.org/simple/

0 commit comments

Comments
 (0)