Install async extra for Read the Docs
authorHarmon <Harmon758@gmail.com>
Sun, 16 May 2021 20:57:09 +0000 (15:57 -0500)
committerHarmon <Harmon758@gmail.com>
Sun, 16 May 2021 20:57:09 +0000 (15:57 -0500)
.readthedocs.yaml

index 2274870b7e450cb23db301e3c0a52f54622243ac..96e80081652069df1b0ab03c46e59456d62bf85f 100644 (file)
@@ -3,4 +3,7 @@ version: 2
 python:
   install:
     - requirements: docs/requirements.txt
-    - requirements: requirements.txt
+    - method: pip
+      path: .
+      extra_requirements:
+        - async