Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f178f5c commit c908cd4Copy full SHA for c908cd4
doc/conf.py
@@ -200,6 +200,7 @@ def _check_dependencies():
200
missing_references_write_json = False
201
missing_references_warn_unused_ignores = False
202
203
+
204
intersphinx_mapping = {
205
'Pillow': ('https://pillow.readthedocs.io/en/stable/', None),
206
'cycler': ('https://matplotlib.org/cycler/', None),
@@ -549,6 +550,9 @@ def js_tag_with_cache_busting(js):
549
550
# '**': ['localtoc.html', 'pagesource.html']
551
}
552
553
+# Don't include link to doc source files
554
+html_show_sourcelink = False
555
556
# Copies only relevant code, not the '>>>' prompt
557
copybutton_prompt_text = r'>>> |\.\.\. '
558
copybutton_prompt_is_regexp = True
0 commit comments