From 8e76776e5a4feac170751ec4aeee036e933547b2 Mon Sep 17 00:00:00 2001 From: Changhua Date: Thu, 4 May 2023 23:08:27 +0800 Subject: [PATCH] Support Google style docstirngs --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 361e3e9..8ae2ab1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -35,6 +35,7 @@ extensions = [ "myst_parser", "autoapi.extension", "sphinx.ext.intersphinx", + "sphinx.ext.napoleon", "sphinx_copybutton", ]