From 2f73f08030beec72d158e2d4f46f55fcfbb61f6b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 3 Nov 2019 20:13:47 +0100 Subject: [PATCH] Fix RTD --- .readthedocs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index f1d8270..b796095 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,3 +6,11 @@ build: sphinx: configuration: documentation/source/conf.py fail_on_warning: true + +python: + version: 3.7 + install: + - method: pip + path: . + extra_requirements: + - docs