diff options
| author | Rapptz <[email protected]> | 2019-05-30 19:38:06 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-05-30 19:39:50 -0400 |
| commit | 90ae3f396cb8315d346b88a829092dd27108feb4 (patch) | |
| tree | 821c4032972614343a7564660b93aa8649a7642c /.readthedocs.yml | |
| parent | Update readthedocs.yml to v2 configuration file. (diff) | |
| download | discord.py-90ae3f396cb8315d346b88a829092dd27108feb4.tar.xz discord.py-90ae3f396cb8315d346b88a829092dd27108feb4.zip | |
Probably fix indentation.
Diffstat (limited to '.readthedocs.yml')
| -rw-r--r-- | .readthedocs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 25de6e33..ab9f4daf 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,8 +11,8 @@ sphinx: python: version: 3.7 - install: + install: - method: pip path: . extra_requirements: - - docs + - docs |