Binderhub: Unwanted webpack popup on docs page

Created on 26 Feb 2020  路  3Comments  路  Source: jupyterhub/binderhub

When I open the latest binderhub documentation (https://binderhub.readthedocs.io/en/latest/), first there is an alert saying "hi from webpack" and also style looks different:

image

Stable documentation (https://binderhub.readthedocs.io/en/stable/) has no problem.

All 3 comments

https://binderhub.readthedocs.io/en/latest/_static/js/theme.js
Contains this line about 3/4 of the way down
eval("/*** IMPORTS FROM imports-loader ***/\n(function() {\n\nalert('hi from webpack') ...

It's from this theme PR: https://github.com/pandas-dev/pydata-bootstrap-sphinx-theme/pull/88/files#diff-3815714ad1e7b52734db844706028cc6R96

... And deleted in https://github.com/pandas-dev/pydata-bootstrap-sphinx-theme/pull/98 so maybe the BinderHub docs just needs a rebuild?

Was this page helpful?
0 / 5 - 0 ratings