From a2399d7519187f46faa55f72d61c757bcb189eef Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 16 May 2021 15:57:09 -0500 Subject: [PATCH] Install async extra for Read the Docs --- .readthedocs.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2274870..96e8008 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,4 +3,7 @@ version: 2 python: install: - requirements: docs/requirements.txt - - requirements: requirements.txt + - method: pip + path: . + extra_requirements: + - async -- 2.25.1