Update .readthedocs.yml
This commit is contained in:
parent
d8e1caf796
commit
1c03463069
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue