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
docs: fix pr doc builds by removing external_version_warning plugin (#3244)
Doc builds for PR were failing because the
readthedocs_ext.external_version_warning
plugin wasn't handling something correctly. Activating it manually was
originally
done to get the warning banners to appear, but it looks like RTD now
displays a
warning banner without this special plugin being needed.
Since it's now unnecessary, remove the code that can activate it.
0 commit comments