Skip to content

Commit 71a7cff

Browse files
committed
readthedocs
1 parent 4f6dcfd commit 71a7cff

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.readthedocs.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
formats: [
3+
"pdf"
4+
]
5+
6+
sphinx:
7+
configuration: docs/source/conf.py
8+
fail_on_warning: false
9+
10+
build:
11+
os: ubuntu-22.04
12+
apt_packages:
13+
- inkscape
14+
tools:
15+
python: "3.8"
16+
jobs:
17+
pre_build:
18+
- pip install .[docs]
19+
- python3 ./docs/setup.py --start-dir source

0 commit comments

Comments
 (0)