From: Ben Darnell Date: Fri, 20 Jan 2023 19:20:34 +0000 (+0000) Subject: docs: Add config file for readthedocs X-Git-Tag: v6.3.0b1~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3218%2Fhead;p=thirdparty%2Ftornado.git docs: Add config file for readthedocs This moves away from web-based settings and permits per-release changes. --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..bae5551e1 --- /dev/null +++ b/.readthedocs.yaml @@ -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