Skip to content

Commit d9c7d36

Browse files
committed
ci: add .readthedocs.yaml
1 parent cd63f1f commit d9c7d36

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
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-22.04"
5+
tools:
6+
python: "3.10"
7+
8+
commands:
9+
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
10+
- export PATH="$HOME/.cargo/bin:$PATH"
11+
- pip install uv
12+
- cd tsubakuro-rust-python && uv run pdoc tsurugi_dbapi --html -o $READTHEDOCS_OUTPUT/html --force
13+
- mv $READTHEDOCS_OUTPUT/html/tsurugi_dbapi/* $READTHEDOCS_OUTPUT/html/ || true

0 commit comments

Comments
 (0)