diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-18 12:12:03 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-23 11:26:22 +0200 |
commit | 34badee46765f3a0aebd1add81ab301d10ee5571 (patch) | |
tree | 83f95c0da922ebca0990bc68337725a1af067697 /docs/admin | |
parent | d0e371f474627c878c179dc62610cb0437ae193b (diff) | |
download | searxng-34badee46765f3a0aebd1add81ab301d10ee5571.tar.gz searxng-34badee46765f3a0aebd1add81ab301d10ee5571.zip |
[doc] modify docs to fit to the new build boilerplate
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/admin')
-rw-r--r-- | docs/admin/buildhosts.rst | 8 | ||||
-rw-r--r-- | docs/admin/installation-docker.rst | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/admin/buildhosts.rst b/docs/admin/buildhosts.rst index 1f6eb472e..e23327ba8 100644 --- a/docs/admin/buildhosts.rst +++ b/docs/admin/buildhosts.rst @@ -49,9 +49,9 @@ Build docs - dvisvgm_ Most of the sphinx requirements are installed from :origin:`setup.py` and the -docs can be build from scratch with ``make docs``. 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. +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. To be able to do :ref:`sphinx:math-support` without CDNs, the math are rendered as images (``sphinx.ext.imgmath`` extension). @@ -64,7 +64,7 @@ to ``imgmath``: :start-after: # sphinx.ext.imgmath setup :end-before: # sphinx.ext.imgmath setup END -If your docs build (``make docs``) shows warnings like this:: +If your docs build (``make docs.html``) shows warnings like this:: WARNING: dot(1) not found, for better output quality install \ graphviz from https://www.graphviz.org diff --git a/docs/admin/installation-docker.rst b/docs/admin/installation-docker.rst index c5f54b490..13d21bc46 100644 --- a/docs/admin/installation-docker.rst +++ b/docs/admin/installation-docker.rst @@ -51,7 +51,7 @@ It's also possible to build searx from the embedded Dockerfile. git clone https://github.com/searx/searx.git cd searx - make docker + make docker.build Public instance |