Skip to content

Commit 9cfb634

Browse files
committed
Add .readthedocs.yaml
1 parent c9dc334 commit 9cfb634

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ on:
66
- '.github/ISSUE_TEMPLATE/**'
77
- '.github/*.yml'
88
- '.gitignore'
9+
- '.readthedocs.yaml'
910
- 'README.rst'
1011
pull_request:
1112
paths-ignore:
1213
- '.github/ISSUE_TEMPLATE/**'
1314
- '.github/*.yml'
1415
- '.gitignore'
16+
- '.readthedocs.yaml'
1517
- 'README.rst'
1618

1719
jobs:

.readthedocs.yaml

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

0 commit comments

Comments
 (0)