From da8e778e17813ad5899e8524a4d9c69d560117f6 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 14 Nov 2021 18:03:36 -0800 Subject: [PATCH] try again with better .readthedocs.yml syntax --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 43ef1bc8..009c8733 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,9 +8,9 @@ formats: [] python: version: 3.6 install: + - requirements: doc/requirements.txt - method: pip path: . - requirements: doc/requirements.txt extra_requirements: - dnssec - idna -- 2.47.3