From 814c8a757a570603c3ccce1d19cbe4cea99f4c19 Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Sat, 23 May 2020 11:06:19 +1200 Subject: [PATCH] Add .readthedocs.yml. --- .readthedocs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..b0d6d443 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,11 @@ +version: 2 +build: + image: latest +python: + version: 3.6 + install: + - method: pip + path: . +sphinx: + configuration: doc/source/conf.py +formats: all