diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:07:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:07:17 +0000 |
commit | 744321bc11f7b1552d22a38848c2966befc98fef (patch) | |
tree | 10abfe9e2e150ae3cd3d5c4707fb90493a39d0d8 /.readthedocs.yaml | |
parent | Adding debian version 1.33.0-1. (diff) | |
download | yamllint-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.yaml | 11 |
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 |