summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2022-03-13 23:12:46 +0100
committerGitHub <noreply@github.com>2022-03-13 23:12:46 +0100
commitcd92a7eacdd6b4c333e57111e1503b8455628067 (patch)
treea2f72a42d2024c1f612bee5f9058920c643e6878 /manage
parente847313007aa3a61c26acda122bb183df1df76a7 (diff)
parent1157462ff9fc08504297e259356ccbefb339965f (diff)
downloadsearxng-cd92a7eacdd6b4c333e57111e1503b8455628067.tar.gz
searxng-cd92a7eacdd6b4c333e57111e1503b8455628067.zip
Merge pull request #930 from return42/merge-user-doc2
Integrate the user documentation into the application
Diffstat (limited to 'manage')
-rwxr-xr-xmanage1
1 files changed, 1 insertions, 0 deletions
diff --git a/manage b/manage
index 678f64017..e70b7f4dd 100755
--- a/manage
+++ b/manage
@@ -419,6 +419,7 @@ docs.prebuild() {
./utils/searx.sh doc | cat > "${DOCS_BUILD}/includes/searx.rst"
./utils/filtron.sh doc | cat > "${DOCS_BUILD}/includes/filtron.rst"
./utils/morty.sh doc | cat > "${DOCS_BUILD}/includes/morty.rst"
+ pyenv.cmd searxng_extra/docs_prebuild
)
dump_return $?
}