Update docs to reference Python 3 and fix syntactical errors.
Review Request #11284 — Created Nov. 16, 2020 and submitted — Latest diff uploaded
We now pull down the Python 3 intersphinx map, so that all Python
references will point to the Python 3 docs.Doc syntax errors within the codebase have been fixed. These were
largely missing backticks, colons, or not escaping something like a
literal\n
or\r
.
Built the docs. Verified the references and that there were no build
errors.
docs/manual/conf.py |
---|
reviewboard/diffviewer/diffutils.py |
---|
reviewboard/hostingsvcs/utils/paginator.py |
---|
reviewboard/testing/scmtool.py |
---|
reviewboard/testing/testcase.py |
---|