mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-15 01:44:44 +00:00
cec052b5c5
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).
11 lines
156 B
YAML
11 lines
156 B
YAML
name: rtd
|
|
channels:
|
|
- dean0x7d
|
|
- defaults
|
|
dependencies:
|
|
- python==3.5
|
|
- doxygen
|
|
- pip
|
|
- pip:
|
|
- https://github.com/michaeljones/breathe/archive/master.zip
|