source: .readthedocs.yaml @ 1e2811c

Last change on this file since 1e2811c was 1e2811c, checked in by Paul Brossier <piem@piem.org>, 12 months ago

[ci] add readthedocs.io configuration file

  • Property mode set to 100644
File size: 161 bytes
Line 
1# see https://docs.readthedocs.io/en/stable/config-file/
2version: 2
3
4build:
5  os: ubuntu-22.04
6  tools:
7    python: "3.12"
8
9sphinx:
10  configuration: doc/conf.py
Note: See TracBrowser for help on using the repository browser.