02_agl_compositor.md: How to change default ref UI
[AGL/documentation.git] / .readthedocs.yml
index 30c50f5..c6b9e3d 100644 (file)
@@ -5,6 +5,11 @@
 # Required
 version: 2
 
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.12"
+    
 # Build documentation with MkDocs
 mkdocs:
   configuration: mkdocs.yml
@@ -15,6 +20,5 @@ formats:
 
 # Optionally set the version of Python and requirements required to build your docs
 python:
-  version: 3.7
   install:
     - requirements: requirements.txt
\ No newline at end of file