From f5f70fba7e0b82d666db117b00f368b1b368ded0 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sun, 24 Mar 2024 19:59:35 +0000 Subject: [PATCH] add a .readthedocs.yml configuration #nolog --- .readthedocs.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..e9fadb9 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,14 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py + +python: + install: + - method: pip + path: .