pybind11/docs/environment.yml
Dean Moldovan cec052b5c5 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).
2017-02-14 11:39:03 +01:00

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