Update .readthedocs.yml

This commit is contained in:
Connor McCarthy 2023-10-03 14:08:17 -07:00 committed by GitHub
parent d8e1caf796
commit 1c03463069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -3,9 +3,12 @@ version: 2
sphinx:
configuration: components/google-cloud/docs/source/conf.py
python:
version: 3.7
install:
- method: pip
path: components/google-cloud
extra_requirements:
- docs
build:
os: ubuntu-22.04
tools:
python: "3.7"