From 1ee33a80dd1e76aac5b481fc258acb641aadb2cd Mon Sep 17 00:00:00 2001 From: Ace Date: Mon, 23 Nov 2020 11:29:24 +0100 Subject: [PATCH] updated documentation config --- readthedocs.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 88f9994..b5c04d6 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,4 +1,15 @@ +version: 2 + python: version: 3.7 + install: + - requirements: requirements.txt + - method: pip3 + path: . + extra_requirements: + - -e ./ -requirements_file: requirements.txt +sphinx: + builder: html + configuration: docs/conf.py + fail_on_warning: true