Skip to content

Commit f382533

Browse files
committed
Comment out custom Sphinx installation step in build workflow
1 parent 397fc4c commit f382533

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
run: make venv
3737
working-directory: ./Doc
3838

39-
- name: Install custom Sphinx in Doc venv
40-
run: |
41-
./Doc/venv/bin/pip install git+https://github.com/revisto/sphinx.git
39+
# - name: Install custom Sphinx in Doc venv
40+
# run: |
41+
# ./Doc/venv/bin/pip install git+https://github.com/revisto/sphinx.git
4242

4343
- name: Checkout translation files
4444
uses: actions/checkout@v4

0 commit comments

Comments
 (0)