Skip to content

Commit 652caf8

Browse files
committed
docs: pull in fixed clang version on RTD
Ensure that on RTD we have a fixed clang version and no clashes between the python modules and the system libraries. Signed-off-by: David Rheinsberg <[email protected]>
1 parent a178cee commit 652caf8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/docs/.readthedocs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ version: 2
44

55
build:
66
apt_packages:
7-
- "clang"
7+
- "libclang-14-dev"
88
os: "ubuntu-lts-latest"
99
tools:
1010
python: "3"
11+
jobs:
12+
post_install:
13+
- python -m pip install --upgrade --no-cache-dir clang==14.0.6
1114

1215
formats: "all"
1316

src/docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
c-apidocs>=1.0.0
2-
clang>=6
32
hawkmoth>=0.20
43
sphinx-rtd-theme>=3.0.0

0 commit comments

Comments
 (0)