diff --git a/docs/conf.py b/docs/conf.py index d1769d7..20d9993 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,6 +29,8 @@ ] } +html_show_sourcelink = False + # Configure nbsphinx for notebook execution nbsphinx_execute_arguments = [ "--InlineBackend.figure_formats={'svg', 'pdf'}",