Skip to content

Commit 0141647

Browse files
committed
Remove checkout step for custom Sphinx fork in build workflow
1 parent 1451968 commit 0141647

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,14 @@ jobs:
3232
with:
3333
python-version: '3.11'
3434

35-
- name: Checkout custom Sphinx fork
36-
uses: actions/checkout@v4
37-
with:
38-
repository: Revisto/sphinx
39-
ref: rtl-support
40-
path: sphinx-rtl
41-
4235
- name: Setup virtual environment
4336
run: make venv
4437
working-directory: ./Doc
4538

39+
- name: Install custom Sphinx in Doc venv
40+
run: |
41+
../Doc/venv/bin/pip install git+https://github.com/revisto/sphinx.git@sphinx-rtl
42+
4643
- name: Checkout translation files
4744
uses: actions/checkout@v4
4845
with:

0 commit comments

Comments
 (0)