Don't show source files on live docs
This commit is contained in:
parent
095e97a8e5
commit
facf1ca627
@ -39,6 +39,9 @@ extensions = [
|
|||||||
'sphinx.ext.napoleon'
|
'sphinx.ext.napoleon'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Don't show source files on docs
|
||||||
|
html_show_sourcelink = False
|
||||||
|
|
||||||
# Order by source, not alphabetically
|
# Order by source, not alphabetically
|
||||||
autodoc_member_order = 'bysource'
|
autodoc_member_order = 'bysource'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user