Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72bb252

Browse files
committed
Add .readthedocs.yaml file
1 parent 3779f12 commit 72bb252

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)