From a69d4db749fe90836b2431f33130847ff1098fb0 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 10 May 2020 08:24:15 -0700 Subject: [PATCH] add .readthedocs.yml --- .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..3d34b5a2 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,9 @@ +version: 2 + +sphinx: + configuration: doc/conf.py + +formats: [] + +python: + version: 3.6 -- 2.47.3