We will use autodoc

… one day, hopefully :-)
master
LEdoian 1 year ago
parent 1b0bc3e032
commit d62007c2c5

@ -13,7 +13,7 @@ author = 'Pavel Turinský'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = [] extensions = ['sphinx.ext.autodoc']
templates_path = ['_templates'] templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']

Loading…
Cancel
Save