projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f343f56
)
Install async extra for Read the Docs
author
Harmon
<Harmon758@gmail.com>
Sun, 16 May 2021 20:57:09 +0000
(15:57 -0500)
committer
Harmon
<Harmon758@gmail.com>
Sun, 16 May 2021 20:57:09 +0000
(15:57 -0500)
.readthedocs.yaml
patch
|
blob
|
blame
|
history
diff --git
a/.readthedocs.yaml
b/.readthedocs.yaml
index 2274870b7e450cb23db301e3c0a52f54622243ac..96e80081652069df1b0ab03c46e59456d62bf85f 100644
(file)
--- 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