From f5c27b0ab927923892627995e8a70f64e60aacb1 Mon Sep 17 00:00:00 2001 From: Rodrigo Luger Date: Fri, 19 Feb 2021 11:48:22 -0500 Subject: [PATCH] new file --- readthedocs.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 readthedocs.yml diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 000000000..36f0224fc --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,15 @@ +version: 2 + +submodules: + include: all + +python: + version: 3.7 + install: + - method: pip + path: . + extra_requirements: + - docs + +sphinx: + builder: dirhtml