Skip to content

Commit 4636758

Browse files
authored
Added readthedocs configuration (#55)
1 parent d9e3117 commit 4636758

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+
# Read the Docs configuration file for Sphinx projects
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.12"
10+
11+
sphinx:
12+
configuration: docs/conf.py
13+
fail_on_warning: false
14+
15+
python:
16+
install:
17+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)