02_agl_compositor.md: How to change default ref UI
[AGL/documentation.git] / .readthedocs.yml
1 # .readthedocs.yml
2 # Read the Docs configuration file
3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
5 # Required
6 version: 2
7
8 build:
9   os: ubuntu-22.04
10   tools:
11     python: "3.12"
12     
13 # Build documentation with MkDocs
14 mkdocs:
15   configuration: mkdocs.yml
16
17 # Optionally build your docs in additional formats such as PDF
18 formats:
19   - pdf
20
21 # Optionally set the version of Python and requirements required to build your docs
22 python:
23   install:
24     - requirements: requirements.txt