Skip to content
Snippets Groups Projects
Commit c7ce078b authored by Vadim Gubaidulin's avatar Vadim Gubaidulin
Browse files

small changes for documentation format

parent 0204f99a
No related branches found
No related tags found
1 merge request!13v0.7.0
......@@ -36,9 +36,15 @@ release = '0.6.0'
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphzinx.ext.mathjax',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'myst_parser'
'myst_parser',
'sphinx.ext.autosectionlabel',
]
autosectionlabel_prefix_document = True
autosectionlabel_maxdepth = 2
autodoc_default_options = {
'member-order': 'bysource', # Keep the order of members as they appear in the source code
'undoc-members': True, # Do not show undocumented members
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment