All checks were successful
phxrpc / build (Debug, aarch64-linux-gnu) (push) Successful in 3m57s
phxrpc / build (Debug, host.gcc) (push) Successful in 4m0s
phxrpc / build (Debug, mipsel-linux-gnu) (push) Successful in 5m7s
phxrpc / build (Debug, arm-linux-gnueabihf) (push) Successful in 28m44s
phxrpc / build (Release, aarch64-linux-gnu) (push) Successful in 3m59s
phxrpc / build (Release, host.gcc) (push) Successful in 4m46s
phxrpc / build (Release, mipsel-linux-gnu) (push) Successful in 3m26s
phxrpc / build (Release, arm-linux-gnueabihf) (push) Successful in 9m11s
23 lines
518 B
YAML
23 lines
518 B
YAML
# .readthedocs.yml
|
|
# Read the Docs configuration file
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
# Required
|
|
version: 2
|
|
|
|
sphinx:
|
|
configuration: python/docs/conf.py
|
|
fail_on_warning: false
|
|
|
|
# Setup build requirements for docs.
|
|
# Use conda so that we can install the latest libprotobuf package without
|
|
# having to build from scratch just for docs builds.
|
|
conda:
|
|
environment: python/docs/environment.yml
|
|
|
|
python:
|
|
version: 3.7
|
|
install:
|
|
- method: setuptools
|
|
path: python
|