Skip to content

Commit

Permalink
Fix sphinx workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rspwarnaarUT committed Dec 12, 2024
1 parent 44446c3 commit b2e1aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
python-version: 3.12
- run: python3 -m venv .venv
- run: .venv/bin/python -m pip install wheel sphinx
- run: .venv/bin/python -m pip install wheel sphinx setuptools
- run: .venv/bin/python -m pip install -e .[docs]
- run: .venv/bin/python setup.py apidoc
- run: .venv/bin/python setup.py build_sphinx -W
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pr_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
python-version: 3.12
- run: python3 -m venv .venv
- run: .venv/bin/python -m pip install wheel sphinx
- run: .venv/bin/python -m pip install wheel sphinx setuptools
- run: .venv/bin/python -m pip install -e .[docs]
- run: .venv/bin/python setup.py apidoc
- run: .venv/bin/python setup.py build_sphinx -W

0 comments on commit b2e1aeb

Please sign in to comment.