An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
besu/readthedocs.yml

18 lines
324 B

# readthedocs.yml
version: 2
build:
image: latest
python:
# Python version should be set to this one too in the Jenkinsfile to
# make sure we test with the same version that RTD will use
version: 3.7
install:
- requirements: docs/requirements.txt
mkdocs:
configuration: mkdocs.yml
fail_on_warning: false