Skip to content

Commit

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

0 comments on commit f581973

Please sign in to comment.