move .readthedocs.yml
This commit is contained in:
parent
5c06ab406b
commit
fe7db219e8
|
|
@ -1,10 +1,13 @@
|
|||
# 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:
|
||||
install:
|
||||
- requirements: docs/requirements.txt
|
||||
- method: pip
|
||||
path: components/google-cloud
|
||||
extra_requirements:
|
||||
- docs
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
|
|
|
|||
Loading…
Reference in New Issue