mirror of https://github.com/hyperledger/besu
add RTD config file to fix Python version issue (#1453)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>pull/2/head
parent
a95229daba
commit
f0879d680a
@ -0,0 +1,17 @@ |
||||
# 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 |
Loading…
Reference in new issue