Skip to content

Commit 230bc20

Browse files
committed
Added .readthedocs.yaml
1 parent e13c81e commit 230bc20

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.readthedocs.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Read the Docs configuration file for Sphinx projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.11"
9+
sphinx:
10+
configuration: doc/conf.py
11+
formats:
12+
- pdf
13+
python:
14+
install:
15+
- method: pip
16+
path: .
17+
extra_requirements:
18+
- doc

0 commit comments

Comments
 (0)