rename to .readthedocs.yaml

exclude all submodules for docs
This commit is contained in:
hathach 2021-08-05 12:29:32 +07:00
parent 82d73d3350
commit 2b521e0c10
No known key found for this signature in database
GPG Key ID: 2FA891220FBFD581
1 changed files with 5 additions and 0 deletions

View File

@ -11,3 +11,8 @@ python:
version: 3.8
install:
- requirements: docs/requirements.txt
submodules:
include: []
recursive: false