File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed
Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ channels:
33 - conda-forge
44 - defaults
55dependencies :
6- - python=3.5
6+ - python=3.6
77 - numpy
88 - pandas
99 - matplotlib
Original file line number Diff line number Diff line change 1+ # .readthedocs.yml
2+ # Read the Docs configuration file
3+ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+ # Required
6+ version : 2
7+
8+ # Build documentation in the doc/ directory with Sphinx
9+ sphinx :
10+ configuration : doc/source/conf.py
11+
12+ # Optionally build your docs in additional formats such as PDF and ePub
13+ formats : all
14+
115conda :
2- file : doc/environment.yml
16+ environment : doc/environment.yml
17+
18+ # Optionally set the version of Python and requirements required to build your docs
319python :
4- version : 3
5- setup_py_install : true
20+ version : 3.6
21+ install :
22+ - method : setuptools
23+ path : .
You can’t perform that action at this time.
0 commit comments