|
|
@ -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']
|
|
|
|