From 9f3bbeb00f23e0bbdb7a8e81aee0c34362933c2a Mon Sep 17 00:00:00 2001 From: Jun Liang Tan Date: Tue, 1 Sep 2026 18:13:48 +0800 Subject: [PATCH] ci: Add ReadtheDocs configuration file Signed-off-by: Jun Liang Tan --- .readthedocs.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..189c551 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,16 @@ +# .readthedocs.yml + +version: 2 + +build: + os: ubuntu-24.04 + tools: + python: "3.11" + jobs: + post_create_environment: + - pip install poetry==2.1.4 + post_install: + - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --only main,docs + +sphinx: + configuration: docs/conf.py \ No newline at end of file