Skip to content

Commit 8de3180

Browse files
committed
Add .readthedocs.yaml
1 parent 31937b7 commit 8de3180

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.readthedocs.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
3+
# Set the version of Python and other tools you might need
4+
build:
5+
os: ubuntu-22.04
6+
tools:
7+
python: "3.10"
8+
jobs:
9+
pre_build:
10+
# Generate on-the-fly Sphinx configuration from Jupyter Book's _config.yml
11+
- "jupyter-book config sphinx docs/"
12+
13+
python:
14+
install:
15+
- requirements: docs/requirements.txt
16+
# - method: pip
17+
# path: .
18+
19+
formats:
20+
- pdf
21+
- epub

0 commit comments

Comments
 (0)