Skip to content

Commit 95df172

Browse files
committed
DOC: Update RTD settings
1 parent 7e099d8 commit 95df172

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/readthedocs-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- python==3.5
4+
- python>=3
55
- sphinx>=1.3.6
66
- sphinx_rtd_theme
77
- sphinxcontrib-bibtex

readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
conda:
22
file: doc/readthedocs-environment.yml
33
python:
4-
setup_py_install: true
4+
pip_install: true

0 commit comments

Comments
 (0)