From b78d7641975f88b2f05b86b8b3eb96b0d31bb6e1 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Sun, 9 Jun 2019 06:30:01 -0400 Subject: [PATCH] Use rtd config file with htmldir builder --- .readthedocs.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..8c6d64c55 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,16 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +sphinx: + builder: htmldir + configuration: conf.py + +formats: all + +python: + version: 3.7 + install: + - requirements: requirements.txt \ No newline at end of file