This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients Mariatta, berker.peksag, docs@python, fireattack
Date 2017-11-04.11:17:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509794238.94.0.213398074469.issue31668@psf.upfronthosting.co.za>
In-reply-to
Content
This is indeed an annoying bug. Turns out there is already a compatibility shim for $.browser in doctools.js: https://github.com/sphinx-doc/sphinx/commit/c608af4babe140626877be08535af095ff633c00

I've opened https://github.com/sphinx-doc/sphinx/pull/4216 to add the "$.browser.firefox" check back.

There is nothing we can do here because we don't maintain a copy of doctools.js in Python codebase:

    $ git ls-files | grep doctools.js

Thank you for your report.
History
Date User Action Args
2017-11-04 11:17:19berker.peksagsetrecipients: + berker.peksag, docs@python, fireattack, Mariatta
2017-11-04 11:17:18berker.peksagsetmessageid: <1509794238.94.0.213398074469.issue31668@psf.upfronthosting.co.za>
2017-11-04 11:17:18berker.peksaglinkissue31668 messages
2017-11-04 11:17:18berker.peksagcreate