From 2dc93ed18b28bea03e9bb1f97c6a685830ebc40b Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 3 Jul 2019 15:18:11 +0200 Subject: [PATCH] Add .readthedocs.yml --- .readthedocs.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..ec7a00d --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,18 @@ +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details +version: 2 + +formats: + - pdf + - htmlzip + +python: + version: 3.6 + install: + - path: . + extra_requirements: + - docs + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + fail_on_warning: true