We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a0369 commit f55b391Copy full SHA for f55b391
1 file changed
docs/conf.py
@@ -39,7 +39,6 @@
39
'sphinx.ext.autodoc',
40
'sphinx.ext.autosummary',
41
'sphinx.ext.todo',
42
- 'sphinx.ext.viewcode',
43
'sphinx.ext.napoleon',
44
'sphinx_copybutton'
45
]
@@ -65,6 +64,7 @@
65
64
"members": True,
66
"inherited-members": False,
67
"show-inheritance": False,
+ "member-order": "bysource"
68
}
69
70
# Add any paths that contain templates here, relative to this directory.
@@ -104,4 +104,4 @@
104
# Add any paths that contain custom static files (such as style sheets) here,
105
# relative to this directory. They are copied after the builtin static files,
106
# so a file named "default.css" will overwrite the builtin "default.css".
107
-html_static_path = ['_static']
+# html_static_path = ['_static']
0 commit comments