Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
one liner?
  • Loading branch information
ilaflott authored Aug 5, 2024
1 parent f581973 commit 3d11299
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
- name: Install dependencies
run: |
#conda install sphinx
pip install sphinx renku-sphinx-theme sphinx-rtd-theme
#pip install sphinx renku-sphinx-theme sphinx-rtd-theme
#pip install renku-sphinx-theme
pip install --upgrade sphinx-rtd-theme
#pip install --upgrade sphinx-rtd-theme
pip install --upgrade sphinx sphinx-rtd-theme
- name: Sphinx build
run: |
sphinx-build docs build
Expand Down

0 comments on commit 3d11299

Please sign in to comment.