Fix generating the docs on Python 3.

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

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.

Summary ID
Fix generating the docs on Python 3.
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.
4c7210d1995edf7dd3c43224d8f730bf698d3ea8
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Loading...