Skip to content

Commit 881269d

Browse files
committed
DOCS: add docs
1 parent dc79654 commit 881269d

19 files changed

Lines changed: 1032 additions & 203 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ notes/
1818
skill_factory/
1919
AGENTS.md
2020
CLAUDE.md
21+
docs/_build/
2122

2223
# Images
2324
**/*.png

.readthedocs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-24.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

0 commit comments

Comments
 (0)