diff options
author | spalinger <github@spalinger.me> | 2023-04-20 03:39:03 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2023-04-21 06:51:44 +0200 |
commit | 1918fb2ea0c17de8d48aa24419b0718b8e86a6dd (patch) | |
tree | b8afbc81c5efc13dcf66094fc89dfb41ab55b4ca /docs/admin/buildhosts.rst | |
parent | 3ba058766680f838027767457e7f0f5c9590ff90 (diff) | |
download | searxng-1918fb2ea0c17de8d48aa24419b0718b8e86a6dd.tar.gz searxng-1918fb2ea0c17de8d48aa24419b0718b8e86a6dd.zip |
[fix] typos/grammar in docs
Diffstat (limited to 'docs/admin/buildhosts.rst')
-rw-r--r-- | docs/admin/buildhosts.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/admin/buildhosts.rst b/docs/admin/buildhosts.rst index 6926469ef..d4d5ecb91 100644 --- a/docs/admin/buildhosts.rst +++ b/docs/admin/buildhosts.rst @@ -14,7 +14,7 @@ Buildhosts :local: :backlinks: entry -To get best results from build, its recommend to install additional packages +To get best results from build, it's recommend to install additional packages on build hosts (see :ref:`searxng.sh`).:: sudo -H ./utils/searxng.sh install buildhost @@ -51,7 +51,7 @@ Build docs Most of the sphinx requirements are installed from :origin:`setup.py` and the docs can be build from scratch with ``make docs.html``. For better math and image processing additional packages are needed. The XeTeX_ needed not only for -PDF creation, its also needed for :ref:`math` when HTML output is build. +PDF creation, it's also needed for :ref:`math` when HTML output is build. To be able to do :ref:`sphinx:math-support` without CDNs, the math are rendered as images (``sphinx.ext.imgmath`` extension). @@ -128,7 +128,7 @@ Lint shell scripts .. _ShellCheck: https://github.com/koalaman/shellcheck -To lint shell scripts, we use ShellCheck_ - A shell script static analysis tool. +To lint shell scripts, we use ShellCheck_ - a shell script static analysis tool. .. SNIP sh lint requirements |