diff --git a/docs/_static/notebook_images/astropy_logo_notext.png b/docs/_static/notebook_images/astropy_logo_notext.png new file mode 100644 index 000000000..bcff0ed69 Binary files /dev/null and b/docs/_static/notebook_images/astropy_logo_notext.png differ diff --git a/docs/conf.py b/docs/conf.py index 062d17c08..220c8a440 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -128,6 +128,12 @@ # Use a code highlighting style that meets the WCAG AA contrast standard pygments_style = "default" +nbsphinx_thumbnails = { + "notebooks/getting_started/units": ( + "_static/notebook_images/astropy_logo_notext.png" + ), # CC BY-SA +} + # adapted from sphinx-hoverxref conf.py if os.environ.get("READTHEDOCS"): # Building on Read the Docs