From b8d4496055ddff0e90a80d63b9f837a9640141fe Mon Sep 17 00:00:00 2001 From: David Barroso Date: Sun, 28 Jul 2019 14:39:30 +0200 Subject: [PATCH] enable readthedocs --- .readthedocs.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..9195cad --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,17 @@ +--- +version: 2 + +sphinx: + configuration: docs/conf.py + +formats: + - htmlzip + - epub + - pdf + +python: + version: 3.6 + install: + - requirements: docs/requirements.txt + - method: pip + path: .