Skip to content

Commit

Permalink
Fix: add napoleon to docs/conf.py to allow sphinex to render Google d…
Browse files Browse the repository at this point in the history
…ocstrings.
  • Loading branch information
josephwkania committed Mar 9, 2024
1 parent 4483cb7 commit e5e81b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit e5e81b1

Please sign in to comment.