diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-12-27 09:47:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-27 09:47:49 +0100 |
| commit | 1ba53e6129f70d31f1af72993ce131de7f21e653 (patch) | |
| tree | a7cb7acbf478685cfb0d2a55be54685229c6cd95 /docs/dev/reST.rst | |
| parent | 1956ab4b505a3d2d465331ff1d9e142d2e45a8f4 (diff) | |
| parent | 3beede7ab7c3d1c958d5916496603695664bc50e (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.rst | 3 |
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 ============== |