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 3b3effb commit 7eca28bCopy full SHA for 7eca28b
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python
14
uses: actions/setup-python@v5
15
with:
16
- python-version: 3.10.12
+ python-version: 3.13
17
18
- name: Build docs
19
run: |
requirements.txt
@@ -1,6 +1,6 @@
1
alabaster==1.0.0
2
docutils==0.21.2
3
-sphinx==8.1.3
+sphinx==8.2.1
4
sphinx-copybutton==0.5.2
5
sphinxcontrib-jquery==4.1
6
--extra-index-url https://test.pypi.org/simple/
0 commit comments