Skip to content

Commit 5aa19ac

Browse files
Improve docs
1 parent 4a67a8c commit 5aa19ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.11'
27+
python-version: '3.11.7'
2828
- uses: actions/checkout@v4
2929
with:
3030
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Sphinx==7.3.7
2-
sphinx-autoapi==3.0.0
3-
sphinx-book-theme==1.1.2
1+
Sphinx==7.4.0
2+
sphinx-autoapi==3.1.2
3+
sphinx-book-theme==1.1.3

0 commit comments

Comments
 (0)