From 9a0f89c4c9310204a331d4b75e679a71faa6c153 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 1 Mar 2021 12:51:03 +0100 Subject: Added .readthedocs.yml --- .readthedocs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .readthedocs.yml (limited to '.readthedocs.yml') diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..8c44bff --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,11 @@ +version: 2 + +sphinx: + configuration: docs/conf.py + +python: + version: 3.7 + install: + - requirements: requirements-dev.txt + - method: pip + path: . -- cgit