From 219a3b95f5ae618ad1feefb6ad9c9e4302b8ca77 Mon Sep 17 00:00:00 2001 From: Rustam Antia Date: Mon, 17 Feb 2025 23:53:28 +0100 Subject: [PATCH] Add .readthedocs.yaml --- .readthedocs.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..0ffb8e0b --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,23 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +build: + os: ubuntu-24.04 + tools: + python: "3.10" + jobs: + pre_build: + - sphinx-apidoc -o docs/source geographer + +python: + install: + - method: pip + path: . + extra_requirements: + - docs + +sphinx: + builder: html + configuration: docs/source/conf.py