Changes between Version 1 and Version 2 of Ticket #20935, comment 9
- Timestamp:
- Sep 27, 2019, 5:13:15 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20935, comment 9
v1 v2 48 48 (For reference, I ran EPUB check on an EPUB from a quite large technical book publisher and they had 3 "resource isn't defined" type errors and then 250-ish Content `file contains script which is not supported in EPUB v2` which I guess is ''progressive enhancement''.) 49 49 50 51 **Update**: the relevant Django files, if it is our issue, rather that Sphinx's would likely be `django/docs/_ext/djangodocs.py` and/or `django/docs/conf.py`.