Update RTD configuration
[odlparent.git] / .readthedocs.yml
index e966da6a6552bb10e9c5dc0b489f0bc95f2ca196..48b12063939151ec580d3bb93ec78ac1a858b809 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