We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e319b3c commit dd81f1dCopy full SHA for dd81f1d
1 file changed
doc/src/Makefile
@@ -19,7 +19,7 @@ include tools/sphinx_deployment.mk
19
20
server: Makefile copy-media
21
@ln -sf ../../showcases; ln -sf ../../tutorials
22
- @sphinx-autobuild --host 0.0.0.0 --port 8000 "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O) -r .git
+ @sphinx-autobuild --host 0.0.0.0 --port 8000 "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O) --ignore .git
23
@unlink showcases; unlink tutorials
24
25
pdf: Makefile
0 commit comments