Reproducer: - Visit https://pydata-sphinx-theme.readthedocs.io/en/latest/contributing.html - Open the browser's console. - See error. Configuring webpack to generate [source maps](https://developer.mozilla.org/en-US/docs/Tools/Debugger/How_to/Use_a_source_map) (I'll include this in the PR coming out of #503) reveals that the issue is the line: ```js sidebar.scrollTop = storedScrollTop; ```