]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
docs: Add config file for readthedocs 3218/head
authorBen Darnell <ben@bendarnell.com>
Fri, 20 Jan 2023 19:20:34 +0000 (19:20 +0000)
committerBen Darnell <ben@bendarnell.com>
Fri, 20 Jan 2023 19:20:34 +0000 (19:20 +0000)
This moves away from web-based settings and permits per-release
changes.

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

diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644 (file)
index 0000000..bae5551
--- /dev/null
@@ -0,0 +1,17 @@
+version: 2
+
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.8"
+
+sphinx:
+  configuration: docs/conf.py
+
+formats:
+  - pdf
+  - epub
+
+python:
+  install:
+    - requirements: docs/requirements.txt