Skip to content

Commit 1451968

Browse files
committed
Remove installation step for custom Sphinx in build workflow (to see if error still exists)
1 parent f307d21 commit 1451968

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ jobs:
4343
run: make venv
4444
working-directory: ./Doc
4545

46-
- name: Install custom Sphinx in Doc venv
47-
run: |
48-
cd sphinx-rtl
49-
../Doc/venv/bin/pip install -e .
50-
5146
- name: Checkout translation files
5247
uses: actions/checkout@v4
5348
with:

0 commit comments

Comments
 (0)