Skip to content

Commit f8397f4

Browse files
authored
Create .readthedocs.yaml
1 parent 7fb10f1 commit f8397f4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.readthedocs.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
build:
4+
os: "ubuntu-20.04"
5+
tools:
6+
python: "3.12"
7+
8+
# Build documentation in the docs/ directory with Sphinx
9+
sphinx:
10+
configuration: docs/source/conf.py
11+
12+
# Optionally declare the Python requirements required to build your docs
13+
python:
14+
install:
15+
- requirements: .requirements-docs.txt
16+
- method: setuptools
17+
path: .

0 commit comments

Comments
 (0)