From 7e36e9c505c7cf2a9f32ebc67497356d44b50854 Mon Sep 17 00:00:00 2001 From: "Julie.Prestopnik" Date: Tue, 29 Jun 2021 15:37:05 -0600 Subject: [PATCH] Per #963, try out adding a code block around a sphinx_gallery_thumbnail_path to see if it disappears because remove_config_comments was already set to True in the conf.py file, but this only removes configuration comments from code blocks, not from text blocks. --- .../climate/MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/use_cases/model_applications/climate/MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.py b/docs/use_cases/model_applications/climate/MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.py index 9af2fc0b3..c62991a34 100644 --- a/docs/use_cases/model_applications/climate/MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.py +++ b/docs/use_cases/model_applications/climate/MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.py @@ -168,5 +168,7 @@ # # Navigate to the :ref:`quick-search` page to discover other similar use cases. # +# .. code-block:: ini # -# sphinx_gallery_thumbnail_path = '_static/climate-MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.png' +# sphinx_gallery_thumbnail_path = '_static/climate-MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.png' +#