From be4e04c7e5705140dd7e2604001fc749429627cd Mon Sep 17 00:00:00 2001 From: Piotr Przetacznik Date: Mon, 1 Jan 2024 18:04:20 +0100 Subject: [PATCH] chore: Add .readthedocs.yaml config --- .readthedocs.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..400bc09 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py + +# python: +# install: +# - requirements: docs/requirements.txt