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 fd294e7Copy full SHA for fd294e7
.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
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