From 3cc49d2c7f5a2aee3cc5204a123ee34fd30d1017 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sat, 3 Jul 2021 12:01:30 +0200 Subject: [PATCH] Add requirements to readthedocs configuration --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6064a5f..e24bf6f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,6 +1,8 @@ version: 2 sphinx: configuration: docs/source/conf.py + install: + - requirements: requirements.txt python: version: 3