Skip to content

Commit e036b86

Browse files
author
André Böni
committed
+ fix read the docs
1 parent 8496b4d commit e036b86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ python = ">=3.11,<3.12"
8080
python = ">=3.12.0,<3.13.0"
8181

8282
[tool.pixi.feature.docs.tasks]
83-
docs = "sphinx-build -b html ./docs ./docs/_build --keep-going"
84-
readthedocs = { cmd = "rm -rf $READTHEDOCS_OUTPUThtml && cp -r docs/_build/html $READTHEDOCS_OUTPUThtml", depends_on = ["docs"] }
83+
docs = "sphinx-build -M html ./docs ./docs/_build --keep-going"
84+
readthedocs = { cmd = "rm -rf $READTHEDOCS_OUTPUT/html && cp -r docs/_build/html $READTHEDOCS_OUTPUT/html", depends_on = ["docs"] }
8585

8686
[tool.pixi.tasks]
8787
test-full = "pytest -vv --cov=gaitalytics --cov-report=term-missing --cov-config=.coveragerc --capture=sys"

0 commit comments

Comments
 (0)