documentation: add instructions to add and edit subscriptions

This commit is contained in:
2019-08-25 20:27:11 +02:00
parent 4df152185e
commit 1f271c75f0
4 changed files with 82 additions and 19 deletions

View File

@ -33,7 +33,7 @@ author = "Bartuccio Antoine (Sli), Brunet Pierre (Krohpil), Jacquet Florent (Ski
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx.ext.autodoc", "sphinx_copybutton"]
extensions = ["sphinx.ext.autodoc", "sphinx_copybutton", "sphinx.ext.autosectionlabel"]
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]