Skip to content

Commit f07c8b1

Browse files
authored
Merge pull request ethereum#14210 from ethereum/add-readthedocs-config
Add readthedocs configuration
2 parents de722d9 + edc5512 commit f07c8b1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.readthedocs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
builder: html
10+
configuration: docs/conf.py
11+
12+
formats:
13+
- pdf
14+
- epub
15+
16+
python:
17+
install:
18+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)