Skip to content

Commit

Permalink
fix autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
thht committed Sep 24, 2024
1 parent 7ad7741 commit b7ca3d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test = "pytest --cov=pyrasa --cov-report=lcov"
lint = "ruff format && ruff check --fix"
lint_ci = "ruff check"
check_types = "mypy pyrasa tests"
doc_dev = "sphinx-autobuild -v --ignore sg_execution_times.rst --ignore generated --ignore auto_example doc/source doc/build"
doc_dev = "sphinx-autobuild --ignore 'doc/source/auto_examples/*' doc/source doc/build"
build_docs = "cd doc; make clean; make html"

[tool.pixi.dependencies]
Expand Down

0 comments on commit b7ca3d0

Please sign in to comment.