blob: 10e8fbdc6f7949c7668ad8b790db79143870ea0a [file] [log] [blame]
Tim Swast35a2bf92019-08-15 16:22:02 -07001# .readthedocs.yml
2# Read the Docs configuration file
3# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
5# Required
6version: 2
7
8sphinx:
9 configuration: python/docs/conf.py
10 fail_on_warning: false
11
12# Setup build requirements for docs.
13# Use conda so that we can install the latest libprotobuf package without
14# having to build from scratch just for docs builds.
15conda:
16 environment: python/docs/environment.yml
17
18python:
Protobuf Team Bot4a5660c2024-06-10 16:24:59 -070019 version: 3.8
Tim Swast35a2bf92019-08-15 16:22:02 -070020 install:
21 - method: setuptools
22 path: python