Skip to content

Commit a50be95

Browse files
committed
updated readthedocs.yml to the version 2 + updated python version to 3.6
1 parent cb59c68 commit a50be95

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

doc/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
- defaults
55
dependencies:
6-
- python=3.5
6+
- python=3.6
77
- numpy
88
- pandas
99
- matplotlib

readthedocs.yml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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+
115
conda:
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
319
python:
4-
version: 3
5-
setup_py_install: true
20+
version: 3.6
21+
install:
22+
- method: setuptools
23+
path: .

0 commit comments

Comments
 (0)