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 fb2ce64 commit 5e3da7fCopy full SHA for 5e3da7f
.github/workflows/docs.yml
@@ -16,18 +16,8 @@ jobs:
16
with:
17
persist-credentials: false
18
19
- - name: Set up Python
20
- uses: actions/setup-python@v4
21
- with:
22
- python-version: '3.12'
23
-
24
- - name: Install dependencies
25
- run: |
26
- python -m pip install --upgrade pip
27
- pip install -r docs/requirements.txt
28
29
- name: Build HTML
30
- uses: ammaraskar/sphinx-action@master
+ uses: ammaraskar/sphinx-action@7.0.0
31
32
- name: Upload artifacts
33
uses: actions/upload-artifact@v4
docs/requirements.txt
@@ -1,2 +1 @@
1
-sphinx==7.4.7
2
sphinx-rtd-theme==3.0.2
0 commit comments