diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-09-13 16:03:59 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-09-13 16:03:59 +0200 |
commit | 1ecb077b5fa68e7c96f05bd7e0c9eb26bdb3e256 (patch) | |
tree | 69e8e6c5c0d6c60b001dd36a46ed36f45be0d4b0 /docs | |
parent | 5e86c158b7b7c0d628423405b26aacb6238fba5b (diff) | |
download | vyos-documentation-1ecb077b5fa68e7c96f05bd7e0c9eb26bdb3e256.tar.gz vyos-documentation-1ecb077b5fa68e7c96f05bd7e0c9eb26bdb3e256.zip |
Makefile: livebuild: adjust to latest sphinx source (watch over poll)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Makefile b/docs/Makefile index 5d4864e1..7bc0c5ab 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -8,9 +8,9 @@ SPHINXPROJ = VyOS SOURCEDIR = . BUILDDIR = _build -AUTOHOST =0.0.0.0 -AUTOPORT =8000 -AUTOOPTS =--poll +AUTOHOST = 0.0.0.0 +AUTOPORT = 8000 +AUTOOPTS = --watch . # Put it first so that "make" without argument is like "make help". help: |