Skip to content

Commit 3255ece

Browse files
committed
add .readthedocs.yaml
1 parent 7649331 commit 3255ece

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+
5+
version: 2
6+
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.11"
11+
12+
13+
sphinx:
14+
configuration: docs/conf.py
15+
16+
python:
17+
install:
18+
- requirements: requirements-docs.txt

0 commit comments

Comments
 (0)