source: .readthedocs.yaml @ 152d681

Last change on this file since 152d681 was 152d681, checked in by Paul Brossier <piem@piem.org>, 10 months ago

[ci] add pip install to readthedocs.yaml

  • Property mode set to 100644
File size: 250 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
9python:
10  install:
11    - requirements: requirements.txt
12    - method: pip
13      path: .
14
15sphinx:
16  configuration: doc/conf.py
Note: See TracBrowser for help on using the repository browser.