Skip to content

Commit e5a61a5

Browse files
authored
Turn off confusing view source link (#2860)
* Use html_show_sourcelink=True to turn off top bar link * Add pending comment mentioning ticket #2859 asking about it
1 parent ceb7c4d commit e5a61a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ def run_util(filename, run_name="__main__", init_globals=None):
264264
# The theme to use for HTML and HTML Help pages. See the documentation for
265265
# a list of builtin themes.
266266
html_theme = "sphinx_rtd_theme"
267+
html_show_sourcelink = False # pending: better solution to #2859
267268

268269
# See sphinx-rtd-theme docs for details on each option:
269270
# https://sphinx-rtd-theme.readthedocs.io/en/stable/configuring.html

0 commit comments

Comments
 (0)