Closed
Description
Details
- Read the Docs project URL: https://django-reversion.readthedocs.io/en/release-1.8/
Expected Result
Clicking on the version selector down in the bottom left should work. It should pop up a selector that lets me pick a version of the docs.
Actual Result
Clicking on it doesn't do anything and there's an error in the console:
(index):383 Uncaught ReferenceError: SphinxRtdTheme is not defined
at HTMLDocument.<anonymous> ((index):383)
at f (jquery-2.0.3.min.js:23)
at Object.fireWith [as resolveWith] (jquery-2.0.3.min.js:23)
at Function.ready (jquery-2.0.3.min.js:22)
at HTMLDocument.dt (jquery-2.0.3.min.js:22)
(anonymous) @ (index):383
f @ jquery-2.0.3.min.js:23
fireWith @ jquery-2.0.3.min.js:23
ready @ jquery-2.0.3.min.js:22
dt @ jquery-2.0.3.min.js:22
readthedocs-doc-embed.js:1
Applying theme sidebar fix...
This appears to happen on old versions of docs for multiple projects that I tried. Happy to provide a few more if it's helpful. On https://django-reversion.readthedocs.io/en/latest/ the popup works correctly, but switching to one of the older versions breaks it.