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/ |
---|
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.