From e5e81b11cc1016a836473a3829cf5ddbfe896ec3 Mon Sep 17 00:00:00 2001 From: josephwkania <60994292+josephwkania@users.noreply.github.com> Date: Sat, 9 Mar 2024 01:34:40 -0500 Subject: [PATCH] Fix: add napoleon to docs/conf.py to allow sphinex to render Google docstrings. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 14d4b41..22a60cc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ["myst_parser", "nbsphinx", "sphinx.ext.autodoc"] +extensions = ["myst_parser", "nbsphinx", "sphinx.ext.autodoc", "sphinx.ext.napoleon"] # Add any paths that contain templates here, relative to this directory. templates_path = ["_templates"]