Skip to content

Commit 1090a50

Browse files
ArmavicaricardoV94
authored andcommitted
Fix make serve
1 parent ff17411 commit 1090a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ clean:
6161
html:
6262
$(SPHINXBUILD) $(SOURCEDIR) $(BUILDDIR) -b html
6363
@echo
64-
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
64+
@echo "Build finished. The HTML pages are in $(BUILDDIR)."
6565

6666
dirhtml:
6767
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
@@ -199,4 +199,4 @@ pseudoxml:
199199
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
200200

201201
serve: html
202-
cd $(BUILDDIR)/html && python -m http.server
202+
python -m http.server --directory $(BUILDDIR)

0 commit comments

Comments
 (0)