From 9b7acbcc9fb018dbac959b76e6ef2453436bf37f Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Tue, 6 Jun 2017 16:28:31 +0300 Subject: [PATCH] Maybe this. (test 42135) --- environment.yml | 5 ++--- readthedocs.yml | 5 ++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index 2a2b05ec..0b9e242c 100644 --- a/environment.yml +++ b/environment.yml @@ -1,7 +1,7 @@ channels: - conda-forge dependencies: - - python=3.6.1 + - python=3.6 - pip - openssl - xz @@ -28,5 +28,4 @@ dependencies: - six - snowballstemmer - sphinx - - pip: - - sphinx_rtd_theme==0.2.4 + - sphinx_rtd_theme diff --git a/readthedocs.yml b/readthedocs.yml index 4da6b493..87136e21 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,2 +1,5 @@ conda: - file: environment.yml \ No newline at end of file + file: environment.yml +python: + version: 3 + pip_install: true \ No newline at end of file