Skip to content
Snippets Groups Projects

update documentation of the provisioning proxy

Merged Karel van Klink requested to merge feature/update-documentation into develop
8 files
+ 162
196
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 2
2
@@ -13,7 +13,7 @@ source_suffix = {
}
# -- Options for Markdown support --------------------------------------------
myst_enable_extensions = ['attrs_block', 'deflist', 'replacements', 'smartquotes', 'strikethrough']
myst_enable_extensions = ['attrs_block', 'deflist', 'replacements', 'smartquotes', 'strikethrough', 'fieldlist']
suppress_warnings = ['myst.strikethrough']
# -- Options for autodoc -----------------------------------------------------
@@ -33,7 +33,7 @@ html_logo = 'static/geant_logo_white.svg'
# Both the class' and the __init__ method's docstring are concatenated and inserted.
autoclass_content = 'both'
autodoc_typehints = 'none'
# autodoc_typehints = 'none'
# Display todos by setting to True
todo_include_todos = True
Loading