Added cli docs

This commit is contained in:
2021-05-17 18:32:09 +02:00
parent 850d44a105
commit 654fb69295
113 changed files with 7024 additions and 50 deletions

View File

@@ -32,9 +32,16 @@ author = 'Sven Heidemann'
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx_rtd_theme'
'sphinx_rtd_theme',
'myst_parser'
]
source_suffix = {
'.rst': 'restructuredtext',
'.txt': 'markdown',
'.md': 'markdown',
}
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']