There was an error while loading. Please reload this page.
1 parent 8417107 commit 052105bCopy full SHA for 052105b
1 file changed
.github/workflows/build-and-deploy.yml
@@ -32,6 +32,18 @@ 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: Install custom Sphinx
43
+ run: |
44
+ cd sphinx-rtl
45
+ pip install -e .
46
47
- name: Setup virtual environment
48
run: make venv
49
working-directory: ./Doc
0 commit comments