From 17e0ef69e83ec97d920bc4e1408385711848a325 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Wed, 7 Jun 2023 16:34:48 -0400 Subject: [PATCH] [doc] Include plot source by default --- doc/conf.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/conf.py.in b/doc/conf.py.in index 2580d8c9..aadfeac8 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -95,6 +95,7 @@ html_sidebars = {'index': ['sideb.html', 'searchbox.html']} htmlhelp_basename = '@PROJECT_NAME@doc' # Plot options +plot_include_source = True plot_html_show_source_link = False plot_html_show_formats = False