Dont hardcode the ignore path for sphinx-autobuild
This commit is contained in:
parent
61f5d3972f
commit
13fc921fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -21,4 +21,4 @@ help:
|
|||
|
||||
|
||||
develop-docs:
|
||||
sphinx-autobuild --ignore "/home/kovid/work/kitty/docs/generated/*" --watch ../kitty --watch ../kittens -b dirhtml "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
|
||||
sphinx-autobuild --ignore "$(abspath $(SOURCEDIR))/generated/*" --watch ../kitty --watch ../kittens -b dirhtml "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue