Skip to content

Commit 682cd6e

Browse files
committed
Use sphinx>=8 and disable shallow clone in CI
It's needed to fix sphinx_last_updated_by_git in CI.
1 parent fa56c29 commit 682cd6e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10+
with:
11+
fetch-depth: 0
1012
- name: Prepare
1113
run: |
1214
sudo apt-get update -y
@@ -17,7 +19,7 @@ jobs:
1719
- name: Gen_feature_matrix
1820
run: make feature_matrix
1921
- name: Gen_sphinx
20-
uses: ammaraskar/sphinx-action@master
22+
uses: ammaraskar/sphinx-action@8.2.3
2123
with:
2224
docs-folder: "docs/"
2325
- uses: actions/upload-artifact@v4

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx>=5
1+
sphinx>=8
22
sphinx-issues
33
sphinx-notfound-page>=0.5
44
sphinx-rtd-theme

0 commit comments

Comments
 (0)