Skip to content
Snippets Groups Projects
Commit 7d83edff authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

add sphinx.ext.autodoc

parent 92d2948f
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
# -- Project information -----------------------------------------------------
project = 'MiniJSON'
copyright = '2021, Piotr Maślanka'
copyright = '2021 Dronehub Group sp. z o. o.'
author = 'Piotr Maślanka'
# The full version, including alpha/beta/rc tags
......@@ -30,8 +30,8 @@ release = '1.0'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
]
extensions = ['sphinx.ext.autodoc']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
......@@ -52,4 +52,4 @@ html_theme = 'alabaster'
# Add any paths that contain custom static files (such as style sheets) here,
# 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']
\ No newline at end of file
html_static_path = ['_static']
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