Skip to content

Commit

Permalink
Change internal representation of _BROKEN_THUMBNAIL
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Nov 3, 2021
1 parent 4fc5c01 commit 8bd2557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nbsphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

logger = sphinx.util.logging.getLogger(__name__)

_BROKEN_THUMBNAIL = object()
_BROKEN_THUMBNAIL = None

# See nbconvert/exporters/html.py:
DISPLAY_DATA_PRIORITY_HTML = (
Expand Down Expand Up @@ -2356,5 +2356,5 @@ def setup(app):
'version': __version__,
'parallel_read_safe': True,
'parallel_write_safe': True,
'env_version': 3,
'env_version': 4,
}

0 comments on commit 8bd2557

Please sign in to comment.