From 9c638e363f66fd21691c9985b4fce43e24e60cd0 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 25 Apr 2019 18:59:17 +0100 Subject: [PATCH] Add a config file for Read The Docs It's now the recommended way of specifying config, which is good. --- .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..bc50e910 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,11 @@ +version: 2 + +sphinx: + configuration: docs/conf.py + +formats: all + +python: + version: 3.7 + install: + - requirements: docs/requirements.txt