Skip to content

Commit 8d4aaa0

Browse files
committed
Restore custom Sphinx installation step with specific version in build workflow
1 parent f382533 commit 8d4aaa0

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@stable/v8.2.3-rtl
4242
4343
- name: Checkout translation files
4444
uses: actions/checkout@v4

0 commit comments

Comments
 (0)