Updated doc configs
[holmes/rule-management.git] / .readthedocs.yaml
index f724264..a1f1b04 100644 (file)
@@ -1,20 +1,21 @@
 ---
 # .readthedocs.yml
-# Read the Docs configuration file
-# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
-# Required
+# # 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
 
 python:
   version: 3.7
   install:
-    - requirements: requirements.txt
+    - requirements: docs/requirements-docs.txt
+
+submodules:
+  include: all
 
 sphinx:
-  configuration: docs/conf.py
+  configuration: docs/conf.py
\ No newline at end of file