Skip to content

Commit 59b40fa

Browse files
committed
Add .readthedocs.yaml, use sphinx_rtd_theme in doc-requirements
1 parent 009f008 commit 59b40fa

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-24.04
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
configuration: docsite/source/conf.py
10+
11+
python:
12+
install:
13+
- requirements: doc-requirements.txt
14+
- method: pip
15+
path: .

doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sphinxcontrib-showterm
1+
sphinx_rtd_theme

0 commit comments

Comments
 (0)