1f7eaae62e
PiperOrigin-RevId: 403900419
16 lines
279 B
YAML
16 lines
279 B
YAML
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
version: 2
|
|
|
|
sphinx:
|
|
builder: html
|
|
configuration: doc/conf.py
|
|
fail_on_warning: false
|
|
|
|
python:
|
|
version: 3.7
|
|
install:
|
|
- requirements: doc/requirements.txt
|
|
|