From 14a724ce3d16946bf6b2093048cd5cc8a615d191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Str=C3=B6mberg?= Date: Sun, 13 Oct 2019 23:54:09 +0200 Subject: [PATCH] Add python config in the right place... --- .readthedocs.yml | 11 ++++++----- docs/readthedocs/source/conf.py | 4 ---- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5d1469c6c..a20a50fff 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,10 +14,11 @@ sphinx: # configuration: mkdocs.yml # Optionally build your docs in additional formats such as PDF and ePub -# formats: html +# formats: +# -html # Optionally set the version of Python and requirements required to build your docs -# python: -# version: 3.7 -# install: -# - requirements: docs/requirements.txt \ No newline at end of file +python: + version: 3.7 + install: + - requirements: docs/readthedocs/source/requirements.txt \ No newline at end of file diff --git a/docs/readthedocs/source/conf.py b/docs/readthedocs/source/conf.py index 895164994..c74f64aac 100644 --- a/docs/readthedocs/source/conf.py +++ b/docs/readthedocs/source/conf.py @@ -26,10 +26,6 @@ # -- General configuration --------------------------------------------------- -python: - version: 3.7 - install: - - requirements: docs/readthedocs/source/requirements.txt import sphinx_rtd_theme