From 57716a53b3a3545a4fdf8decc6acdaacc4968634 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Fri, 20 Jan 2023 19:20:34 +0000 Subject: [PATCH] docs: Add config file for readthedocs This moves away from web-based settings and permits per-release changes. --- .readthedocs.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..bae5551e --- /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