aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-10-07 23:33:27 +0200
committerJay Berkenbilt <ejb@ql.org>2023-10-07 23:33:27 +0200
commit076b33ce4ef5027428fefbc0cddb5a3f86221c3d (patch)
tree9d1d7bde8643563048426ac987b0154e08321405 /.readthedocs.yaml
parentf9cf79706d723c1bed6f8e8c8edfdfcfb5b99657 (diff)
downloadqpdf-076b33ce4ef5027428fefbc0cddb5a3f86221c3d.tar.zst
Update readthedocs configuration
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