mirror of
https://github.com/searxng/searxng.git
synced 2026-07-17 21:41:24 +00:00
[fix] typo in utils/lib.sh
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
@@ -779,7 +779,7 @@ docs.live() {
|
||||
SPHINX_AUTOBUILD_DEBUG=1 PATH="${PY_ENV_BIN}:${PATH}" pyenv.cmd sphinx-autobuild \
|
||||
${SPHINX_VERBOSE} ${SPHINXOPTS} \
|
||||
--watch ./searx \
|
||||
--re-ignore '(^|/)\.#|^(?!.*\.(rst|py|yml)$).*'\
|
||||
--re-ignore '(^|/)\.#|^(?!.*\.(rst|py|yml)$).*' \
|
||||
--open-browser --host 0.0.0.0 \
|
||||
-b html -c ./docs -d "${DOCS_BUILD}/.doctrees" ./docs "${DOCS_DIST}"
|
||||
dump_return $?
|
||||
|
||||
Reference in New Issue
Block a user