Skip to content

Commit 6ca0d83

Browse files
committed
Fix missing napoleon extension in conf.py
1 parent 08afbc3 commit 6ca0d83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/basemap/doc/source/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
# ones.
4444
extensions = [
4545
"sphinx.ext.autodoc",
46+
"sphinx.ext.napoleon",
4647
"sphinx.ext.intersphinx",
4748
"sphinx.ext.viewcode",
4849
"matplotlib.sphinxext.plot_directive",
@@ -55,6 +56,8 @@
5556
"exclude-members": "__weakref__",
5657
}
5758

59+
napoleon_use_ivar = True
60+
napoleon_use_rtype = False
5861
intersphinx_mapping = {
5962
"python":
6063
("https://docs.python.org/3", None),

0 commit comments

Comments
 (0)