Fix RTD configuration 40/110540/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 7 Mar 2024 14:25:02 +0000 (15:25 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 7 Mar 2024 14:25:02 +0000 (15:25 +0100)
We need more configuration, make sure this matches other projects.

Change-Id: I86fc9fa7c96133ffd9a23f498d4b870458f1c734
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
.readthedocs.yml

index 700b732f8a4ca5d4dc240908b9327111b03c6ea4..3dba3dc345493e35afc5204e4c40b1d064d1a17d 100644 (file)
@@ -6,12 +6,16 @@
 version: 2
 
 build:
-    os: ubuntu-22.04
+  os: ubuntu-22.04
+  tools:
+    python: "3.11"
+  jobs:
+    post_checkout:
+      - git fetch --unshallow || true
 
 sphinx:
-    configuration: docs/conf.py
+  configuration: docs/conf.py
 
 python:
-    version: 3.7
-    install:
-        - requirements: docs/requirements.txt
+  install:
+      - requirements: docs/requirements.txt