Skip to content

Commit

Permalink
Merge pull request #194 from nextstrain/fix-livehtml
Browse files Browse the repository at this point in the history
livehtml: Update --ignore pattern to use `**`
  • Loading branch information
joverlee521 authored Mar 21, 2024
2 parents d5615c6 + 211436b commit 1027984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ help:
# fnmatch(), where "*" means something other than a normal glob, for example),
# but our usage is limited enough for this to work as much as necessary.
livehtml:
sphinx-autobuild -b html $(patsubst %,--ignore "*/%",$(file < .gitignore)) "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
sphinx-autobuild -b html $(patsubst %,--ignore "**%",$(file < .gitignore)) "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.ONESHELL:
docker-html:
Expand Down

0 comments on commit 1027984

Please sign in to comment.