Skip to content

Commit 163eea4

Browse files
Merge pull request #1 from INTERSECT-SDK/add-rtd
Adds readthedocs config yaml
2 parents 0f05e7d + 7497702 commit 163eea4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.readthedocs.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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: "latest"
10+
11+
sphinx:
12+
configuration: docs/conf.py
13+
# Fail on all warnings to avoid broken references
14+
fail_on_warning: true
15+
16+
python:
17+
install:
18+
- method: pip
19+
path: .
20+
extra_requirements:
21+
- doc

0 commit comments

Comments
 (0)