update release data in policy/parent
[policy/parent.git] / .readthedocs.yaml
index 3797dc8..e49b4bf 100644 (file)
@@ -1,20 +1,19 @@
 ---
 # .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
+   os: ubuntu-20.04
+   tools:
+      python: "3.8"
 
 python:
-  version: 3.7
-  install:
-    - requirements: docs/requirements-docs.txt
+   install:
+   - requirements: docs/requirements-docs.txt
 
 sphinx:
-  configuration: docs/conf.py
+   configuration: docs/conf.py