Skip to content

Commit a3b58b2

Browse files
committed
DOC: Remove unused image rotator
The use of the rotator was dropped in matplotlib#26332. Currently, it causes an exception on every page, because there is no 'image_rotator' element, but this is only visible in the console or, if you have the inspector open, it'll start the debugger.
1 parent fa3aea9 commit a3b58b2

File tree

2 files changed

+0
-47
lines changed

2 files changed

+0
-47
lines changed

doc/_static/image-rotator.js

Lines changed: 0 additions & 46 deletions
This file was deleted.

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,5 +785,4 @@ def setup(app):
785785
bld_type = 'rel'
786786
app.add_config_value('skip_sub_dirs', 0, '')
787787
app.add_config_value('releaselevel', bld_type, 'env')
788-
app.add_js_file('image-rotator.js')
789788
app.connect('html-page-context', add_html_cache_busting, priority=1000)

0 commit comments

Comments
 (0)