We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0625c39 commit f0c5f23Copy full SHA for f0c5f23
docs/conf.py
@@ -36,9 +36,10 @@
36
"sphinx.ext.ifconfig",
37
"sphinx.ext.viewcode",
38
"sphinx.ext.githubpages",
39
- "nipype.sphinxext.plot_workflow",
40
"sphinxcontrib.apidoc",
41
- "sphinxcontrib.napoleon",
+ # "sphinxcontrib.napoleon",
+ "nipype.sphinxext.plot_workflow",
42
+ "nipype.sphinxext.apidoc",
43
]
44
45
autodoc_mock_imports = [
@@ -62,6 +63,9 @@
62
63
napoleon_custom_sections = [
64
("Inputs", "Parameters"),
65
("Outputs", "Parameters"),
66
+ ("Attributes", "Parameters"),
67
+ ("Mandatory Inputs", "Parameters"),
68
+ ("Optional Inputs", "Parameters"),
69
70
71
# Add any paths that contain templates here, relative to this directory.
0 commit comments