From 1a6cfd2bec7e95640c837156bd4523d3df95e28f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 24 Nov 2023 13:21:02 -0800 Subject: [PATCH] Configure ReadTheDocs, refs #21 --- .readthedocs.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..d3e158a --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,19 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/conf.py + +formats: +- pdf +- epub + +python: + version: "3.12" + install: + - method: setuptools + path: .[docs]