Zachary Ware <[email protected]> added the comment:
What version of Python are you running Sphinx with? Your error is that `html.entities` does not exist, which makes it sound like Python 2; bump it to Python 3 and you'll be fine. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32174> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
