aboutsummaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-18 21:44:54 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-18 21:44:54 +0100
commite8a15204f5e0a0e259ff8ae337a94c07b7f67092 (patch)
tree0b5c43f40f9e4ec377563cd7c5efa7abcad38f7d /.readthedocs.yaml
parentd70fb568a3d58ef61605c8d5cf537b8668593455 (diff)
downloadqpdf-e8a15204f5e0a0e259ff8ae337a94c07b7f67092.tar.zst
Integration with readthedocs
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 00000000..d5c54677
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,21 @@
+# .readthedocs.yaml
+# Read the Docs configuration file
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
+
+# Required
+version: 2
+
+build:
+ os: ubuntu-20.04
+ tools:
+ python: "3.9"
+
+sphinx:
+ configuration: manual/conf.py
+
+formats:
+ - pdf
+ - epub
+
+sphinx:
+ fail_on_warning: true