From daa6efc5bfb15d94e3a3ff1843c651bee54f8105 Mon Sep 17 00:00:00 2001 From: jab Date: Mon, 21 Oct 2019 02:19:20 +0000 Subject: [PATCH] Update to readthedocs config v2 --- .readthedocs.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c042fa6..8a344ad 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,14 +1,16 @@ -# http://docs.readthedocs.io/en/latest/yaml-config.html#requirements-file +# https://docs.readthedocs.io/en/latest/config-file/ +version: 2 -# Don't build any extra formats formats: - - none + - htmlzip build: image: latest python: - version: 3.6 - pip_install: true - extra_requirements: - - docs + version: 3.7 + install: + - method: pip + path: . + extra_requirements: + - docs