Skip to content

Commit

Permalink
Fix readthedocs build (pybind#721)
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
dean0x7d authored and wjakob committed Mar 12, 2017
1 parent ee92963 commit b7017c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
conda:
file: docs/environment.yml
python:
version: 3
requirements_file: docs/requirements.txt
12 changes: 0 additions & 12 deletions docs/environment.yml

This file was deleted.

1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
breathe == 4.5.0

0 comments on commit b7017c3

Please sign in to comment.