From 020347d83a679c8090f44bcba2fd1e085568216d Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Sat, 28 Jun 2025 16:02:25 -0700 Subject: [PATCH] docs: add a `.readthedocs.yml` file --- .readthedocs.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..4cfda09e9 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,17 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/source/conf.py + +formats: + - pdf + - epub + +python: + install: + - requirements: requirements-docs.txt