Skip to content

Commit 5e3da7f

Browse files
committed
Update docs workflow and requirements.
1 parent fb2ce64 commit 5e3da7f

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,8 @@ jobs:
1616
with:
1717
persist-credentials: false
1818

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-
2919
- name: Build HTML
30-
uses: ammaraskar/sphinx-action@master
20+
uses: ammaraskar/sphinx-action@7.0.0
3121

3222
- name: Upload artifacts
3323
uses: actions/upload-artifact@v4

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
sphinx==7.4.7
21
sphinx-rtd-theme==3.0.2

0 commit comments

Comments
 (0)