mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Enable source link
This commit is contained in:
parent
655ad4c7ab
commit
84b28d4221
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ extensions = [
|
||||||
]
|
]
|
||||||
|
|
||||||
# Don't show source files on docs
|
# Don't show source files on docs
|
||||||
html_show_sourcelink = False
|
html_show_sourcelink = True
|
||||||
|
|
||||||
# Order by source, not alphabetically
|
# Order by source, not alphabetically
|
||||||
autodoc_member_order = 'bysource'
|
autodoc_member_order = 'bysource'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue