add readthedocs config

pull/612/head
Ryan Barrett 2023-08-07 09:55:04 -07:00
rodzic e49d1ea725
commit e6caa1c592
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 16 dodań i 0 usunięć

16
.readthedocs.yaml 100644
Wyświetl plik

@ -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