Skip to content

Commit e7fe5c4

Browse files
committed
fix tasks
1 parent 75ff31b commit e7fe5c4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ channels = ["conda-forge"]
1414
platforms = ["linux-64", "osx-64", "win-64", "osx-arm64"]
1515

1616
[tool.pixi.tasks]
17+
build = "jupyter lite build --contents content --output-dir site"
18+
readthedocs = "rm -rf $READTHEDOCS_OUTPUT/html && cp -r site $READTHEDOCS_OUTPUT/html"
1719

1820
[tool.pixi.dependencies]
1921
python = ">=3.12"
@@ -42,7 +44,3 @@ pip = ">=25.3,<26"
4244
plotly = ">=6"
4345
micromamba = ">=2.0.5"
4446
nodejs = ">=22"
45-
46-
[tool.pixi.tasks]
47-
build = "jupyter lite build --contents content --output-dir site"
48-
readthedocs = "rm -rf $READTHEDOCS_OUTPUT/html && cp -r site $READTHEDOCS_OUTPUT/html"

0 commit comments

Comments
 (0)