We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862dc6a commit c55cb80Copy full SHA for c55cb80
doc/readthedocs-environment.yml
@@ -1,7 +1,7 @@
1
channels:
2
- conda-forge
3
dependencies:
4
- - python==3.5
+ - python>=3
5
- sphinx>=1.3.6
6
- sphinx_rtd_theme
7
- sphinxcontrib-bibtex
readthedocs.yml
@@ -1,4 +1,4 @@
conda:
file: doc/readthedocs-environment.yml
python:
- setup_py_install: true
+ pip_install: true
0 commit comments