source:
.readthedocs.yaml
Last change on this file was 152d681, checked in by , 9 months ago | |
---|---|
|
|
File size: 250 bytes |
Line | |
---|---|
1 | # see https://docs.readthedocs.io/en/stable/config-file/ |
2 | version: 2 |
3 | |
4 | build: |
5 | os: ubuntu-22.04 |
6 | tools: |
7 | python: "3.12" |
8 | |
9 | python: |
10 | install: |
11 | - requirements: requirements.txt |
12 | - method: pip |
13 | path: . |
14 | |
15 | sphinx: |
16 | configuration: doc/conf.py |
Note: See TracBrowser
for help on using the repository browser.