From: Oto Šťáva Date: Fri, 4 Aug 2023 11:32:56 +0000 (+0200) Subject: .readthedocs.yaml: migrate configuration from web app X-Git-Tag: v5.7.0~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=533c0a410db0729632bbbed94cf5bd36c262f89e;p=thirdparty%2Fknot-resolver.git .readthedocs.yaml: migrate configuration from web app Read the Docs is deprecating their web configuration. This commit should migrate said configuration to the newly recommended YAML format. --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..690ee8d4f --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,17 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: doc/conf.py + +python: + install: + - requirements: doc/requirements.txt + +formats: + - pdf + - epub