From caef938833b878b12724c2554cdaf03f42b39dff Mon Sep 17 00:00:00 2001 From: Mencken Davidson <76002183+menckend@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:14:50 -0400 Subject: [PATCH] housekeeping --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 91e2c7e..ff3e33c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,7 @@ html_show_sourcelink = False # Remove 'view source code' from top of page (for html, not python) html_theme = 'sphinx_rtd_theme' autoapi_template_dir = "_templates/autoapi" -autodoc_typehints = "signature" +autodoc_typehints = "description" autapi_ignore = [] autoapi_dirs = ['../netbox_ptov/', '../external_sources/netbox/'] autoapi_type = "python"