Merge pull request #14210 from ethereum/add-readthedocs-config

Add readthedocs configuration
This commit is contained in:
Daniel 2023-05-10 18:57:07 +02:00 committed by GitHub
commit f07c8b1f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.readthedocs.yml Normal file
View File

@ -0,0 +1,18 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
builder: html
configuration: docs/conf.py
formats:
- pdf
- epub
python:
install:
- requirements: docs/requirements.txt