Skip to content

Commit ea3c0c4

Browse files
committed
Add files needed to build the docs on readthedocs.io
https://docs.readthedocs.io/en/stable/tutorial/index.html
1 parent 50658a6 commit ea3c0c4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.readthedocs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3.8"
7+
8+
python:
9+
install:
10+
- requirements: doc/requirements.txt
11+
# Install our python package before building the docs
12+
- method: pip
13+
path: .
14+
15+
sphinx:
16+
configuration: doc/conf.py
17+
fail_on_warning: true

doc/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Sphinx==8.1.3
2+
sphinx-rtd-theme==3.0.2

0 commit comments

Comments
 (0)