Skip to content

Commit c3659ca

Browse files
Merge pull request #177 from tomasbedrich/rtd_config
Read the Docs configuration file
2 parents d3c5cd0 + c34c5f8 commit c3659ca

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.readthedocs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
# Enforce *pip*-based build to install package from *pyproject.toml* file.
7+
python:
8+
version: 3
9+
install:
10+
- method: pip
11+
path: .
12+
13+
sphinx:
14+
configuration: docs/conf.py
15+
formats:
16+
- pdf

0 commit comments

Comments
 (0)