mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Don't show source files on live docs
This commit is contained in:
parent
095e97a8e5
commit
facf1ca627
1 changed files with 3 additions and 0 deletions
|
|
@ -39,6 +39,9 @@ extensions = [
|
|||
'sphinx.ext.napoleon'
|
||||
]
|
||||
|
||||
# Don't show source files on docs
|
||||
html_show_sourcelink = False
|
||||
|
||||
# Order by source, not alphabetically
|
||||
autodoc_member_order = 'bysource'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue