Skip to content

Commit f581973

Browse files
authored
Update documentation.yml
1 parent 9fdc1a5 commit f581973

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- uses: actions/setup-python@v3
1414
- name: Install dependencies
1515
run: |
16-
# conda install sphinx
16+
#conda install sphinx
1717
pip install sphinx renku-sphinx-theme sphinx-rtd-theme
18-
# pip install renku-sphinx-theme
18+
#pip install renku-sphinx-theme
1919
pip install --upgrade sphinx-rtd-theme
2020
- name: Sphinx build
2121
run: |

0 commit comments

Comments
 (0)