Skip to content

Commit 2238243

Browse files
author
Saeid Darvish
authored
Create .readthedocs.yaml
1 parent 1b5cb29 commit 2238243

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
version: 2
6+
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.11"
11+
12+
python:
13+
install:
14+
- requirements: requirements.txt
15+
- method: pip
16+
17+
sphinx:
18+
builder: html
19+
configuration: source/conf.py
20+
fail_on_warning: true

0 commit comments

Comments
 (0)