From 05385b1cb03ecb310d627127c74d0e533ba95f5e Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Sun, 6 Oct 2019 22:57:41 +0100 Subject: [PATCH] Add readthedocs config --- .readthedocs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..366facc5 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,9 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +version: 2 + +mkdocs: + configuration: mkdocs.yml + +python: + version: 3.7