From 4caf974907e7fd80a0754524898ddea0b15e0ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Tue, 15 Feb 2022 14:03:38 +0100 Subject: [PATCH] Add python.install configuration Add configuration for Anitya installation for readthedocs.io. --- .readthedocs.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6e54fd61a..b865de2e0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,7 +5,15 @@ formats: - epub - pdf -# Python configuration +# Python install configuration +python: + install: + - requirements: requirements.txt + - requirements: test_requirements.txt + - method: pip + path: . + +# Build configuration build: os: ubuntu-20.04 tools: