diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-12-24 13:55:22 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-12-24 13:55:22 +0100 |
| commit | 3beede7ab7c3d1c958d5916496603695664bc50e (patch) | |
| tree | a977a5d090b418583606b13f552c978bb07859e9 /docs/dev/reST.rst | |
| parent | aace837665aeb30ff1e9c2895ffc92465341b97a (diff) | |
[doc] describe 'make books/{name}.html' and 'books/{name}.pdf'
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
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 ============== |