Fix OpenAPI explorer redirection URL
[netconf.git] / .readthedocs.yml
index 5ff506fb920270f2b955338bb9d99e990c407115..3dba3dc345493e35afc5204e4c40b1d064d1a17d 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
+  configuration: docs/conf.py
 
 python:
-    version: 3.7
-    install:
-        - requirements: docs/requirements.txt
+  install:
+      - requirements: docs/requirements.txt