Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c908cd4

Browse files
committed
Don't show doc source link
1 parent f178f5c commit c908cd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ def _check_dependencies():
200200
missing_references_write_json = False
201201
missing_references_warn_unused_ignores = False
202202

203+
203204
intersphinx_mapping = {
204205
'Pillow': ('https://pillow.readthedocs.io/en/stable/', None),
205206
'cycler': ('https://matplotlib.org/cycler/', None),
@@ -549,6 +550,9 @@ def js_tag_with_cache_busting(js):
549550
# '**': ['localtoc.html', 'pagesource.html']
550551
}
551552

553+
# Don't include link to doc source files
554+
html_show_sourcelink = False
555+
552556
# Copies only relevant code, not the '>>>' prompt
553557
copybutton_prompt_text = r'>>> |\.\.\. '
554558
copybutton_prompt_is_regexp = True

0 commit comments

Comments
 (0)