Skip to content

Commit 125d8c6

Browse files
committed
chore: cleanup
1 parent a1ede6a commit 125d8c6

File tree

3 files changed

+1
-103
lines changed

3 files changed

+1
-103
lines changed

.vscode/settings.windows.template.json

Lines changed: 0 additions & 51 deletions
This file was deleted.

.vscode/tasks.json

Lines changed: 0 additions & 52 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ dev-dependencies = [
6565

6666
[tool.rye.scripts]
6767
build-docs = { cmd = ["sphinx-build", "-b", "dirhtml", "docs", "build/docs"] }
68+
serve-docs = { cmd = ["sphinx-autobuild", "docs", "build/docs"] }
6869
check-types = { cmd = ["mypy", "momba", "tests"] }
6970
run-tests = { cmd = ["pytest", "tests"] }
7071

0 commit comments

Comments
 (0)