Commit 076b33ce4ef5027428fefbc0cddb5a3f86221c3d

Authored by Jay Berkenbilt
1 parent f9cf7970

Update readthedocs configuration

.readthedocs.yaml
... ... @@ -6,9 +6,9 @@
6 6 version: 2
7 7  
8 8 build:
9   - os: ubuntu-20.04
  9 + os: ubuntu-22.04
10 10 tools:
11   - python: "3.9"
  11 + python: "3.11"
12 12  
13 13 sphinx:
14 14 configuration: manual/conf.py
... ... @@ -17,3 +17,7 @@ formats: all
17 17  
18 18 sphinx:
19 19 fail_on_warning: true
  20 +
  21 +python:
  22 + install:
  23 + - requirements: manual/requirements.txt
... ...
manual/requirements.txt 0 → 100644
  1 +sphinx_rtd_theme
... ...