summaryrefslogtreecommitdiff
path: root/docs/dev/reST.rst
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-12-27 09:47:49 +0100
committerGitHub <noreply@github.com>2020-12-27 09:47:49 +0100
commit1ba53e6129f70d31f1af72993ce131de7f21e653 (patch)
treea7cb7acbf478685cfb0d2a55be54685229c6cd95 /docs/dev/reST.rst
parent1956ab4b505a3d2d465331ff1d9e142d2e45a8f4 (diff)
parent3beede7ab7c3d1c958d5916496603695664bc50e (diff)
Merge pull request #2420 from return42/fix-sphinx-book-targets
fix makefile `books/{name}.*` targets and add documentation about these targets
Diffstat (limited to 'docs/dev/reST.rst')
-rw-r--r--docs/dev/reST.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/dev/reST.rst b/docs/dev/reST.rst
index 963378748..8adf4115e 100644
--- a/docs/dev/reST.rst
+++ b/docs/dev/reST.rst
@@ -319,6 +319,9 @@ To list all anchors of the inventory (e.g. ``python``) use:
.. code:: sh
$ python -m sphinx.ext.intersphinx https://docs.python.org/3/objects.inv
+ ...
+ $ python -m sphinx.ext.intersphinx https://searx.github.io/searx/objects.inv
+ ...
Literal blocks
==============