From bb444e6d68a8c58997e8cf2b8df906e0b156e3a0 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 29 Nov 2019 20:13:16 -0500 Subject: [PATCH] docs: rebuild using readthedocs.yaml --- .readthedocs.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..d1ca7e70 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,8 @@ +version: 2 +sphinx: + configuration: docs/conf.py +formats: all +python: + version: 3.7 + install: + - requirements: docs/requirements.txt