From e6caa1c5920a943b4e0c66746aecbfe60d01d8a7 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Mon, 7 Aug 2023 09:55:04 -0700 Subject: [PATCH] add readthedocs config --- .readthedocs.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..38e6782 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +# Config file for Sphinx build on ReadTheDocs: +# https://docs.readthedocs.io/en/stable/config-file/ +# https://docs.readthedocs.io/en/stable/config-file/v2.html +version: 2 + +build: + os: ubuntu-22.04 + tools: + # 3.11 can't resolve current dependencies as of 2023-01-24, + # google-api-core vs google-cloud-core versions + python: "3.10" + +python: + install: + - requirements: requirements.txt + - requirements: docs/requirements.txt