diff options
| author | hathach <[email protected]> | 2021-08-05 12:29:32 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-08-05 12:29:32 +0700 |
| commit | 2b521e0c101c371d1b0f36d594aa1e20642b9603 (patch) | |
| tree | fb14a62ded89ca4c8d0941144d85e8b2acb5058e | |
| parent | 82d73d3350fa642e851f63b9ec584badbd7002d9 (diff) | |
rename to .readthedocs.yaml
exclude all submodules for docs
| -rw-r--r-- | .readthedocs.yaml (renamed from .readthedocs.yml) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yaml index 215b5fed1..e83cd90fd 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -11,3 +11,8 @@ python: version: 3.8 install: - requirements: docs/requirements.txt + +submodules: + include: [] + recursive: false +
\ No newline at end of file |
