diff --git a/docs/conf.py b/docs/conf.py index 60332a3c..d3c81008 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,6 +51,7 @@ html_theme = 'furo' html_static_path = ['_static'] +html_show_sourcelink = False # sphinx-copybutton configuration copybutton_prompt_text = r">>> |\.\.\. |\$ "