Skip to content

Commit b7017c3

Browse files
dean0x7dwjakob
authored andcommitted
Fix readthedocs build (pybind#721)
RTD updated their build environment which broke the 1.8.14.dev build of doxygen that we were using. The update also breaks the conda-forge build of 1.8.13 (but that version has other issues). Luckily, the RTD update did bring their doxygen version up to 1.8.11 which is enough to parse the C++11 code we need (ref qualifiers) and it also avoids the segfault found in 1.8.13. Since we're using the native doxygen, conda isn't required anymore and we can simplify the RTD configuration. [skip ci]
1 parent ee92963 commit b7017c3

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

.readthedocs.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
conda:
2-
file: docs/environment.yml
1+
python:
2+
version: 3
3+
requirements_file: docs/requirements.txt

docs/environment.yml

-12
This file was deleted.

docs/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
breathe == 4.5.0

0 commit comments

Comments
 (0)