diff options
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f35ca0461..e8db4508d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,7 +18,8 @@ python: - requirements: etc/requirements.txt submodules: - include: all + # include: all + exclude: all sphinx: configuration: docs/conf.py |