Skip to content

Commit 2b5e55a

Browse files
committed
chore: move files to prepare for multiple languages
1 parent 6a5ff2f commit 2b5e55a

27 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
python-version: ["3.11", "3.12"]
16+
defaults:
17+
run:
18+
working-directory: ./py
1619

1720
steps:
1821
- uses: actions/checkout@v4

.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ build:
1717
create_environment:
1818
- uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
1919
install:
20+
- cd py
2021
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
2122

2223
# Build documentation with Mkdocs
2324
mkdocs:
24-
configuration: mkdocs.yml
25+
configuration: py/mkdocs.yml
File renamed without changes.

py/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md
File renamed without changes.
File renamed without changes.
File renamed without changes.

py/docs/diagram.png

59 KB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)