mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
Fix readthedocs build
Fixes #667 The sphinx version is pinned by readthedocs, but sphinx 1.3.5 is not available with conda python 3.6. The workaround is to pin the python version to 3.5 (it doesn't really matter for the docs build).
This commit is contained in:
parent
329d983392
commit
cec052b5c5
@ -3,6 +3,7 @@ channels:
|
|||||||
- dean0x7d
|
- dean0x7d
|
||||||
- defaults
|
- defaults
|
||||||
dependencies:
|
dependencies:
|
||||||
|
- python==3.5
|
||||||
- doxygen
|
- doxygen
|
||||||
- pip
|
- pip
|
||||||
- pip:
|
- pip:
|
||||||
|
Loading…
Reference in New Issue
Block a user