mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-06 14:59:11 +08:00
15 lines
262 B
YAML
15 lines
262 B
YAML
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
build:
|
|
image: latest
|
|
|
|
python:
|
|
version: 3.8
|
|
install:
|
|
- requirements: docs-requirements.txt
|