Fix jQuery not defined docs error
benjsmi opened this issue · 1 comments
benjsmi commented
Current Status
Currently, jQuery does not properly load on https://hyperledger-fabric.readthedocs.io/en/latest/ and it provides the browser console error:
latest/:271 Uncaught ReferenceError: jQuery is not defined
at latest/:271:7
This results in you being unable to switch versions of the documentation from the popup menu in the lower-left hand side of the page.
Goal
- Make it so this error no longer shows up in the console
- Make it so that you can use the readTheDocs-provided links between docs versions
Solution
I suspect it's an issue with the readTheDocs template itself, and will be looking through their docs to figure it out