Skip to content

Commit cff0e92

Browse files
add Read the Docs configuration file
1 parent d3c5cd0 commit cff0e92

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.readthedocs.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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: .

0 commit comments

Comments
 (0)