Skip to content

Commit 052105b

Browse files
committed
Add rtl Sphinx fork checkout and installation steps to build workflow
1 parent 8417107 commit 052105b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@ 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+
42+
- name: Install custom Sphinx
43+
run: |
44+
cd sphinx-rtl
45+
pip install -e .
46+
3547
- name: Setup virtual environment
3648
run: make venv
3749
working-directory: ./Doc

0 commit comments

Comments
 (0)