X Tutup
Skip to content

Commit 573e866

Browse files
committed
Install sphinx-rtd-theme for ReadTheDocs with pip
Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent cef7b80 commit 573e866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ version: 2
66

77
build:
88
os: ubuntu-24.04
9-
apt_packages:
10-
- python3-sphinx
11-
- python3-sphinx-rtd-theme
129
tools:
1310
python: "3.12"
11+
jobs:
12+
post_create_environment:
13+
- python -m pip install sphinx-rtd-theme
1414

1515
# Build documentation in the "doc/" directory with Sphinx
1616
sphinx:

0 commit comments

Comments
 (0)
X Tutup