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 fa56c29 commit 682cd6eCopy full SHA for 682cd6e
.github/workflows/pull_request.yml
@@ -7,6 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
+ with:
11
+ fetch-depth: 0
12
- name: Prepare
13
run: |
14
sudo apt-get update -y
@@ -17,7 +19,7 @@ jobs:
17
19
- name: Gen_feature_matrix
18
20
run: make feature_matrix
21
- name: Gen_sphinx
- uses: ammaraskar/sphinx-action@master
22
+ uses: ammaraskar/sphinx-action@8.2.3
23
with:
24
docs-folder: "docs/"
25
- uses: actions/upload-artifact@v4
docs/requirements.txt
@@ -1,4 +1,4 @@
1
-sphinx>=5
+sphinx>=8
2
sphinx-issues
3
sphinx-notfound-page>=0.5
4
sphinx-rtd-theme
0 commit comments