From: Harmon Date: Sun, 11 Apr 2021 23:14:21 +0000 (-0500) Subject: Add Read the Docs configuration file to specify requirements files X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bfa667cd31a3b78d06735f293c24a0dfe9504c90;p=tweepy.git Add Read the Docs configuration file to specify requirements files --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..2274870 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,6 @@ +version: 2 + +python: + install: + - requirements: docs/requirements.txt + - requirements: requirements.txt