Skip to content

Commit 7852248

Browse files
authored
Migrate to Read the Docs v2 build format (#19)
1 parent 3286150 commit 7852248

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.readthedocs.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
configuration: docs/conf.py
10+
11+
python:
12+
install:
13+
- requirements: docs/requirements.txt

docs/requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Sphinx==6.2.1
2+
sphinx-rtd-theme==1.2.2
3+
readthedocs-sphinx-search==0.3.1

0 commit comments

Comments
 (0)