Fix generating the docs on Python 3.
Review Request #11695 — Created July 1, 2021 and submitted — Latest diff uploaded
The Sphinx
conf.pywas generated in a Python 2-only mode, withu
prefixes for strings. This changes it to use native strings, and to
include aunicode_literalsimport at the top.
Successfully built the docs using Sphinx on Python 2 and 3.