]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.readthedocs.yaml: migrate configuration from web app
authorOto Šťáva <oto.stava@nic.cz>
Fri, 4 Aug 2023 11:32:56 +0000 (13:32 +0200)
committerOto Šťáva <oto.stava@nic.cz>
Fri, 4 Aug 2023 11:40:45 +0000 (13:40 +0200)
Read the Docs is deprecating their web configuration. This commit
should migrate said configuration to the newly recommended YAML format.

.readthedocs.yaml [new file with mode: 0644]

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644 (file)
index 0000000..690ee8d
--- /dev/null
@@ -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