move .readthedocs.yml
This commit is contained in:
parent
a690009486
commit
927b6d6ead
|
|
@ -1,8 +1,14 @@
|
|||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||
version: 2
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
configuration: components/google-cloud/docs/source/conf.py
|
||||
python:
|
||||
version: 3.7
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
- method: pip
|
||||
path: components/google-cloud
|
||||
extra_requirements:
|
||||
- docs
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.7"
|
||||
Loading…
Reference in New Issue