There was an error while loading. Please reload this page.
1 parent 1451968 commit 0141647Copy full SHA for 0141647
1 file changed
.github/workflows/build-and-deploy.yml
@@ -32,17 +32,14 @@ jobs:
32
with:
33
python-version: '3.11'
34
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
-
42
- name: Setup virtual environment
43
run: make venv
44
working-directory: ./Doc
45
+ - name: Install custom Sphinx in Doc venv
+ run: |
+ ../Doc/venv/bin/pip install git+https://github.com/revisto/sphinx.git@sphinx-rtl
+
46
- name: Checkout translation files
47
uses: actions/checkout@v4
48
0 commit comments