Skip to content

Commit aa61fa3

Browse files
committed
lets see what happens if the explicit pdf step is removed - like it was in jobs from a few hours ago that succeeded
1 parent 01768e4 commit aa61fa3

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

.readthedocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ build:
2626
- pixi run -e docs build-docs
2727
- pixi run -e docs build-pdf
2828
- mkdir -p $READTHEDOCS_OUTPUT/html/
29-
- mkdir -p $READTHEDOCS_OUTPUT/pdf/
3029
- cp -r docs/_build/html/** $READTHEDOCS_OUTPUT/html/
31-
- cp -r docs/_build/latex/** $READTHEDOCS_OUTPUT/pdf/
3230

3331
sphinx:
3432
configuration: docs/conf.py

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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ types-pyyaml = ">=6.0.12.20250915,<7"
139139
[tool.pixi.tasks.build-docs]
140140
cmd = "cd docs && make html"
141141

142-
[tool.pixi.tasks.build-pdf]
143-
cmd = "cd docs && make latex"
144-
145142
# Linux dependencies, only for extra tests
146143
[tool.pixi.feature.extra.target.linux-64.dependencies]
147144
scikit-build = "*"

0 commit comments

Comments
 (0)