diff options
author | 2022-11-09 07:39:20 +0000 | |
---|---|---|
committer | 2022-11-09 07:39:20 +0000 | |
commit | 14f0a44470a3332c1c31b3c176b674f11e01b538 (patch) | |
tree | 27f1572017536af6488ff8145c11e041b6ec8e94 /.readthedocs.yaml | |
parent | 076710e96ea063915099e573458670525ba3b9e8 (diff) | |
parent | f384d73879f953e12bb8c4f90b9015299f3d0d66 (diff) |
Merge "doc config files update"
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3797dc8b..82889b5a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,9 +5,6 @@ # Required version: 2 -formats: - - htmlzip - build: image: latest @@ -16,5 +13,8 @@ python: install: - requirements: docs/requirements-docs.txt +submodules: + include: all + sphinx: configuration: docs/conf.py |