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