Skip to content

Commit

Permalink
Updated GH docs job requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jszym committed Feb 8, 2024
1 parent 0b2dca6 commit e13fa95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install sphinx
pip install furo
- name: Sphinx build
run: |
cd docs && sphinx-build . _build
Expand Down

0 comments on commit e13fa95

Please sign in to comment.