Commit 8386b3c1 authored by Beartriz Recinos Rivas's avatar Beartriz Recinos Rivas
Browse files

updated docs-sphinx config

parent 46b685ec
{
" 1": "daily",
" 2": "reports more than once a day",
"1 ": "daily",
"2 ": "reports more than once a day",
"01": "daily",
"02": "reports more than once a day"
"1 ": "daily",
"2 ": "reports more than once a day",
"01": "daily",
"02": "reports more than once a day"
}
......@@ -30,13 +30,22 @@ release = 'v1.3'
# 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 = []
# extensions.append('autoapi.extension')
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.viewcode',
'autoapi.extension',
'sphinx.ext.napoleon',
'sphinx_autodoc_typehints']
extensions.append('autoapi.extension')
autoapi_type = 'python'
autoapi_dirs = ['../']
add_module_names = False
autoapi_keep_files = False
autodoc_typehints = "description"
#autoapi_options = ['members', 'undoc-members', 'private-members']
autoapi_options = ['members', 'undoc-members', 'private-members', 'show-inheritance',
......
......@@ -3,3 +3,4 @@
sphinx==3.5.4
sphinx-autoapi==1.8.0
sphinx-rtd-theme==0.5.2
sphinx-autodoc-typehints
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment