Skip to content

Commit dd81f1d

Browse files
committed
prod: fixed 'doc-build server' commend. Now it propely runs a webserver at 0.0.0.0:8000
1 parent e319b3c commit dd81f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include tools/sphinx_deployment.mk
1919

2020
server: Makefile copy-media
2121
@ln -sf ../../showcases; ln -sf ../../tutorials
22-
@sphinx-autobuild --host 0.0.0.0 --port 8000 "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O) -r .git
22+
@sphinx-autobuild --host 0.0.0.0 --port 8000 "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O) --ignore .git
2323
@unlink showcases; unlink tutorials
2424

2525
pdf: Makefile

0 commit comments

Comments
 (0)