Skip to content

Commit

Permalink
Fixing Github action to use Rye: Take 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
omaciel committed Mar 30, 2024
1 parent 0145745 commit 1a20287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ help:
all: test-all lint docs-clean docs-html package-clean package

docs-clean:
cd docs && $(MAKE) clean
cd docs && rm -rf _build/*

docs-doctest:
cd docs && $(MAKE) doctest
cd docs && rye run sphinx-build -b doctest -d _build/doctrees . _build/doctest

docs-html:
cd docs && $(MAKE) html
cd docs && rye run sphinx-build -b html -d _build/doctrees . _build/html

format:
rye run ruff format -v .
Expand Down

0 comments on commit 1a20287

Please sign in to comment.