Skip to content

Commit 224970d

Browse files
feat: add .readthedocs.yaml (#218)
* feat: add .readthedocs.yaml * ci: auto fixes from pre-commit.com hooks --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8e6590d commit 224970d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.readthedocs.yaml

Lines changed: 17 additions & 0 deletions
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+
version: 2
4+
5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.12"
9+
10+
sphinx:
11+
builder: "dirhtml"
12+
configuration: docs/conf.py
13+
14+
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
15+
python:
16+
install:
17+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)