Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
add rule create HTML files.
  • Loading branch information
anjodasilva committed May 2, 2024
1 parent b921086 commit f8974a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ BUILDDIR = _build
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile
.PHONY:
html:
sphinx-build -b html . _build/html


# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
Expand Down

0 comments on commit f8974a9

Please sign in to comment.