Skip to content

Commit

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

0 comments on commit f703558

Please sign in to comment.