summaryrefslogtreecommitdiffstats
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:07:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:07:17 +0000
commit744321bc11f7b1552d22a38848c2966befc98fef (patch)
tree10abfe9e2e150ae3cd3d5c4707fb90493a39d0d8 /.readthedocs.yaml
parentAdding debian version 1.33.0-1. (diff)
downloadyamllint-744321bc11f7b1552d22a38848c2966befc98fef.tar.xz
yamllint-744321bc11f7b1552d22a38848c2966befc98fef.zip
Merging upstream version 1.35.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..4d6a254
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,11 @@
+---
+version: 2
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3.12"
+sphinx:
+ configuration: docs/conf.py
+python:
+ install:
+ - requirements: docs/requirements.txt