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 4a67a8c commit 5aa19acCopy full SHA for 5aa19ac
.github/workflows/documentation.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/setup-python@v5
26
with:
27
- python-version: '3.11'
+ python-version: '3.11.7'
28
- uses: actions/checkout@v4
29
30
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
docs/requirements.txt
@@ -1,3 +1,3 @@
1
-Sphinx==7.3.7
2
-sphinx-autoapi==3.0.0
3
-sphinx-book-theme==1.1.2
+Sphinx==7.4.0
+sphinx-autoapi==3.1.2
+sphinx-book-theme==1.1.3
0 commit comments