summaryrefslogtreecommitdiffstats
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
parentf9cf79706d723c1bed6f8e8c8edfdfcfb5b99657 (diff)
downloadqpdf-076b33ce4ef5027428fefbc0cddb5a3f86221c3d.tar.zst
Update readthedocs configuration
-rw-r--r--.readthedocs.yaml8
-rw-r--r--manual/requirements.txt1
2 files changed, 7 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
diff --git a/manual/requirements.txt b/manual/requirements.txt
new file mode 100644
index 00000000..483a4e96
--- /dev/null
+++ b/manual/requirements.txt
@@ -0,0 +1 @@
+sphinx_rtd_theme