Skip to content

Commit fd294e7

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
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

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)