Mercurial > libervia-backend
comparison doc/conf.py @ 3951:4b8776eb6826
doc (blog, pubsub): documentation on new e2ee arguments for pubsub, and shared secrets handling:
fix 380
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 15 Oct 2022 20:38:33 +0200 |
parents | 62e81b1058f8 |
children | 9f85369294f3 |
comparison
equal
deleted
inserted
replaced
3950:8f87ff449a34 | 3951:4b8776eb6826 |
---|---|
38 # The full version, including alpha/beta/rc tags | 38 # The full version, including alpha/beta/rc tags |
39 release = version_full | 39 release = version_full |
40 | 40 |
41 | 41 |
42 # -- General configuration --------------------------------------------------- | 42 # -- General configuration --------------------------------------------------- |
43 | |
44 | |
45 rst_prolog = """ | |
46 .. |e2e_arg| replace:: | |
47 To publish an end-to-end encrypted item, you can use the ``-e, --encrypt`` flag, and | |
48 share secrets with :ref:`libervia-cli_pubsub_secret`. Please read | |
49 :ref:`pubsub-encryption` for more details. | |
50 """ | |
43 | 51 |
44 # If your documentation needs a minimal Sphinx version, state it here. | 52 # If your documentation needs a minimal Sphinx version, state it here. |
45 # | 53 # |
46 # needs_sphinx = '1.0' | 54 # needs_sphinx = '1.0' |
47 | 55 |