summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 3797dc8..3758842 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
+ configuration: docs/conf.py \ No newline at end of file