Skip to content

Commit 8bee36d

Browse files
committed
fixing github actions attempt #2
1 parent 73d1c31 commit 8bee36d

File tree

2 files changed

+2
-38
lines changed

2 files changed

+2
-38
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,10 @@ jobs:
2626
uses: actions/setup-python@v6
2727
with:
2828
python-version: '3.12'
29-
30-
- name: Install Hatch
31-
run: pip install hatch
32-
29+
3330
- name: Install dependencies
3431
run: |
35-
pip install -e ".[docs]"
32+
pip install sphinx sphinx-rtd-theme sphinx-autodoc-typehints
3633
3734
- name: Build documentation
3835
run: |

pyproject.toml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)