You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now it's published under a different name (thebe instead of thebelab)
Some applications may prefer to ship their own version of the js library (e.g. for working offline, etc).
Some smaller/stale packages won't rebuild often. This means their deployed documentation will break.
Implementation
This change would entail adding a new configuration value like thebe_version. It could either be just a version string, or it could be a link to the whole thebe bundle if it's better to manually specify this.
The text was updated successfully, but these errors were encountered:
Description
Right now the thebe package is hard-coded in the codebase:
sphinx-thebe/sphinx_thebe/__init__.py
Lines 12 to 16 in c036ac4
and loaded here
sphinx-thebe/sphinx_thebe/__init__.py
Lines 66 to 71 in c036ac4
This should be configurable for the documentation author.
Benefit
Implementation
This change would entail adding a new configuration value like
thebe_version
. It could either be just a version string, or it could be a link to the whole thebe bundle if it's better to manually specify this.The text was updated successfully, but these errors were encountered: