diff options
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8..fa15a7c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,12 +2,8 @@ # .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details -# Required version: 2 -formats: - - htmlzip - build: image: latest @@ -16,5 +12,8 @@ python: install: - requirements: docs/requirements-docs.txt +submodules: + include: all + sphinx: configuration: docs/conf.py |