Skip to content

Commit 610d1df

Browse files
authored
Merge pull request #4 from davidhozic/develop
readthedocs
2 parents 4f6dcfd + 71a7cff commit 610d1df

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)