Commit 076b33ce4ef5027428fefbc0cddb5a3f86221c3d
1 parent
f9cf7970
Update readthedocs configuration
Showing
2 changed files
with
7 additions
and
2 deletions
.readthedocs.yaml
| @@ -6,9 +6,9 @@ | @@ -6,9 +6,9 @@ | ||
| 6 | version: 2 | 6 | version: 2 |
| 7 | 7 | ||
| 8 | build: | 8 | build: |
| 9 | - os: ubuntu-20.04 | 9 | + os: ubuntu-22.04 |
| 10 | tools: | 10 | tools: |
| 11 | - python: "3.9" | 11 | + python: "3.11" |
| 12 | 12 | ||
| 13 | sphinx: | 13 | sphinx: |
| 14 | configuration: manual/conf.py | 14 | configuration: manual/conf.py |
| @@ -17,3 +17,7 @@ formats: all | @@ -17,3 +17,7 @@ formats: all | ||
| 17 | 17 | ||
| 18 | sphinx: | 18 | sphinx: |
| 19 | fail_on_warning: true | 19 | fail_on_warning: true |
| 20 | + | ||
| 21 | +python: | ||
| 22 | + install: | ||
| 23 | + - requirements: manual/requirements.txt |
manual/requirements.txt
0 → 100644
| 1 | +sphinx_rtd_theme |