We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 662110c + 8a65a0b commit 15166cfCopy full SHA for 15166cf
.readthedocs.yaml
@@ -4,12 +4,13 @@ build:
4
os: "ubuntu-22.04"
5
apt_packages:
6
- clang
7
+ - libclang-dev
8
tools:
9
python: "3.11"
10
11
python:
12
install:
- - requirements: doc/requirements.txt
13
+ - requirements: doc/requirements-rtd.txt
14
15
sphinx:
16
configuration: doc/source/conf.py
doc/requirements-rtd.txt
@@ -0,0 +1,6 @@
1
+# Read the Docs ignores the libclang package's embedded libclang.so for some
2
+# reason. Use the clang package, pinned to a version matching Ubuntu 22.04.
3
+clang < 15
+hawkmoth
+sphinx
+sphinx_rtd_theme
0 commit comments