Skip to content

Commit 3d11299

Browse files
authored
Update documentation.yml
one liner?
1 parent f581973 commit 3d11299

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
#conda install sphinx
17-
pip install sphinx renku-sphinx-theme sphinx-rtd-theme
17+
#pip install sphinx renku-sphinx-theme sphinx-rtd-theme
1818
#pip install renku-sphinx-theme
19-
pip install --upgrade sphinx-rtd-theme
19+
#pip install --upgrade sphinx-rtd-theme
20+
pip install --upgrade sphinx sphinx-rtd-theme
2021
- name: Sphinx build
2122
run: |
2223
sphinx-build docs build

0 commit comments

Comments
 (0)