Fix building docs on Python 3.
Review Request #11999 — Created Jan. 24, 2022 and submitted
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.
- Change Summary:
-
- Changed raw strings to normal strings.
- Switched my name out for "Beanbag, Inc." in the release notes LaTeX build.
- Commits:
-
Summary ID 3c1c0b7a2356888907759c5f3a9bbee2cb0d60fd 5d41ad5c125c22c08aef94c5b0e832f97dc78550
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
- Description:
-
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."