mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-17 03:09:34 -04:00
Updated documentation
This commit is contained in:
parent
e7f7d91276
commit
59f83ee1a5
7 changed files with 206 additions and 34 deletions
|
@ -32,7 +32,7 @@ release = '0.2.0 β'
|
|||
# ones.
|
||||
extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.autosectionlabel',
|
||||
#'sphinx.ext.autosectionlabel',
|
||||
]
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
|
@ -55,3 +55,11 @@ html_theme = 'classic'
|
|||
# relative to this directory. They are copied after the builtin static files,
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
|
||||
|
||||
# def check_skip_member(app, what, name, obj, skip, options):
|
||||
# print(what, " | ", name, " | ", obj, " | ", skip, " | ", options)
|
||||
# return False
|
||||
|
||||
# def setup(app):
|
||||
# app.connect('autodoc-skip-member', check_skip_member)
|
Loading…
Add table
Add a link
Reference in a new issue