Define RTD build.os
[aaa.git] / .readthedocs.yml
index 5ff506fb920270f2b955338bb9d99e990c407115..0fccbd1cc6451a67e193ca6fa38d44ca7f9fdf72 100644 (file)
@@ -5,10 +5,17 @@
 # Required
 version: 2
 
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.11"
+  jobs:
+    post_checkout:
+      - git fetch --unshallow || true
+
 sphinx:
     configuration: docs/conf.py
 
 python:
-    version: 3.7
     install:
         - requirements: docs/requirements.txt