|
33 | 33 | "sphinx.ext.intersphinx",
|
34 | 34 | "sphinx.ext.coverage",
|
35 | 35 | "sphinx.ext.mathjax",
|
| 36 | + "sphinx.ext.napoleon", |
36 | 37 | "sphinx.ext.ifconfig",
|
37 | 38 | "sphinx.ext.viewcode",
|
38 | 39 | "sphinx.ext.githubpages",
|
|
56 | 57 | # of parameters.
|
57 | 58 | # Requires pinning sphinxcontrib-napoleon to a specific commit while
|
58 | 59 | # https://github.com/sphinx-contrib/napoleon/pull/10 is merged.
|
59 |
| -napoleon_use_param = False |
| 60 | +napoleon_use_param = True |
60 | 61 | napoleon_custom_sections = [
|
61 |
| - ("Inputs", "Parameters"), |
62 |
| - ("Outputs", "Parameters"), |
63 |
| - ("Attributes", "Parameters"), |
64 |
| - ("Mandatory Inputs", "Parameters"), |
65 |
| - ("Optional Inputs", "Parameters"), |
| 62 | + # ("Inputs", "params_style"), |
| 63 | + # ("Outputs", "Parameters"), |
| 64 | + # ("Attributes", "Parameters"), |
| 65 | + # ("Mandatory Inputs", "Parameters"), |
| 66 | + # ("Optional Inputs", "Parameters"), |
66 | 67 | ]
|
67 | 68 |
|
68 | 69 | # Add any paths that contain templates here, relative to this directory.
|
|
0 commit comments