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 a756ad6 commit 07aeca1Copy full SHA for 07aeca1
.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.9
+ python-version: 3.10.12
17
18
- name: Build docs
19
run: |
requirements.txt
@@ -1,6 +1,6 @@
1
-alabaster==0.7.16
+alabaster==1.0.0
2
docutils==0.21.2
3
-sphinx==7.4.7
+sphinx==8.0.2
4
sphinx-copybutton==0.5.2
5
sphinxcontrib-jquery==4.1
6
--extra-index-url https://test.pypi.org/simple/
0 commit comments