Update security_considerations doc
[docs.git] / .readthedocs.yml
index 5ff506fb920270f2b955338bb9d99e990c407115..220d0a94958a712e1d1053fd203395e71d7460c5 100644 (file)
@@ -8,7 +8,22 @@ version: 2
 sphinx:
     configuration: docs/conf.py
 
+# Build documentation with MkDocs
+#mkdocs:
+#  configuration: mkdocs.yml
+
+# Optionally build your docs in additional formats such as PDF
+# formats:
+#   - pdf
+
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.11"
+  jobs:
+    post_checkout:
+      - git fetch --unshallow || true
+
 python:
-    version: 3.7
-    install:
-        - requirements: docs/requirements.txt
+  install:
+    - requirements: docs/requirements.txt