From 22bfd970cca8bfb971f0472cbb85a22974ffdeaf Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 27 Apr 2019 17:45:40 +1000 Subject: [PATCH] Use v2 of readthedocs --- .readthedocs.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4576ffd7be..be8c4a950c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,13 +2,18 @@ # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +version: 2 + # Location of sphinx configuration settings sphinx: configuration: docs/conf.py -formats: all +formats: + - pdf + - epub python: version: 3.5 install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt + - method: pip \ No newline at end of file