Skip to content

Commit f55b391

Browse files
committed
[DOC] Disable showing source code
1 parent 78a0369 commit f55b391

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
'sphinx.ext.autodoc',
4040
'sphinx.ext.autosummary',
4141
'sphinx.ext.todo',
42-
'sphinx.ext.viewcode',
4342
'sphinx.ext.napoleon',
4443
'sphinx_copybutton'
4544
]
@@ -65,6 +64,7 @@
6564
"members": True,
6665
"inherited-members": False,
6766
"show-inheritance": False,
67+
"member-order": "bysource"
6868
}
6969

7070
# Add any paths that contain templates here, relative to this directory.
@@ -104,4 +104,4 @@
104104
# Add any paths that contain custom static files (such as style sheets) here,
105105
# relative to this directory. They are copied after the builtin static files,
106106
# so a file named "default.css" will overwrite the builtin "default.css".
107-
html_static_path = ['_static']
107+
# html_static_path = ['_static']

0 commit comments

Comments
 (0)