• 
      

    Fix generating the docs on Python 3.

    Review Request #11695 — Created June 30, 2021 and submitted — Latest diff uploaded

    Information

    DiffX
    master

    Reviewers

    The Sphinx conf.py was generated in a Python 2-only mode, with u
    prefixes for strings. This changes it to use native strings, and to
    include a unicode_literals import at the top.

    Successfully built the docs using Sphinx on Python 2 and 3.

    Commits

    Files