Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Nov 16, 2023
1 parent ca0eb25 commit 782adb2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ test:
test_watch:
poetry run ptw . -- $(TEST_FILE)

build_docs:
poetry run sphinx-build "./docs/source" "./docs/build"

clean_docs:
rm -rf ./docs/build

######################
# LINTING AND FORMATTING
######################
Expand Down

0 comments on commit 782adb2

Please sign in to comment.