Skip to content

Commit

Permalink
Add a rule
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jan 6, 2019
1 parent 21c2ba7 commit 9e52a87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ clean:
docs:
@python setup.py build_sphinx --source-dir=$(DOCS_DIR)/ --build-dir=$(DOCS_BUILD_DIR) --all-files

.PHONY: idocs
idocs:
@pip install --upgrade .
@make docs

.PHONY: fmt
fmt:
@black $(CURDIR)
Expand Down

0 comments on commit 9e52a87

Please sign in to comment.