Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremi committed Nov 30, 2023
1 parent efc84a1 commit dd173ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,14 @@ doctest: deps
test: clean linkcheckbroken ## Clean docs build, then run linkcheckbroken

.PHONY: deploy
deploy: clean dirhtml
deploy: clean html

.PHONY: livehtml
livehtml: deps ## Rebuild Sphinx documentation on changes, with live-reload in the browser
cd "$(DOCS_DIR)" && ${SPHINXAUTOBUILD} \
--ignore "*.swp" \
--port 8050 \
-b dirhtml . "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)
-b html . "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)

.PHONY: storybook
storybook:
Expand Down

0 comments on commit dd173ad

Please sign in to comment.