Skip to content

Commit 41e1df4

Browse files
derek73claude
andcommitted
Add .readthedocs.yaml config and docs/requirements.txt
ReadTheDocs now requires a .readthedocs.yaml file at the repo root. Also adds docs/requirements.txt with Sphinx and alabaster so the RTD build environment has all needed dependencies. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 849c049 commit 41e1df4

2 files changed

Lines changed: 17 additions & 0 deletions

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.12"
7+
8+
sphinx:
9+
configuration: docs/conf.py
10+
11+
python:
12+
install:
13+
- method: pip
14+
path: .
15+
- requirements: docs/requirements.txt

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Sphinx
2+
alabaster

0 commit comments

Comments
 (0)