aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 1aba4da0..848f7a2f 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -6,9 +6,9 @@
version: 2
build:
- os: ubuntu-20.04
+ os: ubuntu-22.04
tools:
- python: "3.9"
+ python: "3.11"
sphinx:
configuration: manual/conf.py
@@ -17,3 +17,7 @@ formats: all
sphinx:
fail_on_warning: true
+
+python:
+ install:
+ - requirements: manual/requirements.txt