From 1ecbe8ba206a0422dd34924a123f561828d2234a Mon Sep 17 00:00:00 2001 From: kannkyo <15080890+kannkyo@users.noreply.github.com> Date: Fri, 10 Feb 2023 15:35:45 +0900 Subject: [PATCH] fix: cannot parse google style docstring --- docs/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a0073e0..554609a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ # -- Project information ----------------------------------------------------- project = 'NVD API Client' -copyright = '2022, kannkyo' +copyright = '2023, kannkyo' author = 'kannkyo' @@ -33,7 +33,8 @@ 'recommonmark', 'sphinx_markdown_tables', 'sphinx.ext.autodoc', - 'sphinx.ext.viewcode' + 'sphinx.ext.viewcode', + 'sphinx.ext.napoleon' ] # Add any paths that contain templates here, relative to this directory.