Fix building docs on Python 3.

Review Request #11999 — Created Jan. 24, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-4.0.x

Reviewers

The release notes and user manual can now be built on Python 3. There
were a couple string type issues leading to syntax errors, preventing
this from being built.

We also no longer hard-code a version of Python. We instead just run
sphinx-build.

An old reference to "Christian Hammond" as an author was also changed
to "Beanbag, Inc."

Built both sets of docs successfully.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Fix building docs on Python 3.
The release notes and user manual can now be built on Python 3. There were a couple string type issues leading to syntax errors, preventing this from being built. We also no longer hard-code a version of Python. We instead just run `sphinx-build`.
5d41ad5c125c22c08aef94c5b0e832f97dc78550 Christian Hammond
docs/manual/Makefile
docs/manual/conf.py
docs/releasenotes/Makefile
docs/releasenotes/conf.py
Loading...