Removed dangling print and added disable_print parameter (#137)

Co-authored-by: Mark Towers <mark.m.towers@gmail.com>
This commit is contained in:
Kevlyn Kadamala
2022-11-17 20:40:19 +00:00
committed by GitHub
parent f037fdea5a
commit 4621fd44dd
5 changed files with 29 additions and 11 deletions

View File

@@ -60,6 +60,7 @@ napoleon_custom_sections = [("Returns", "params_style")]
# Autodoc
autoclass_content = "both"
autodoc_preserve_defaults = True
# -- Options for HTML output -------------------------------------------------