Fix building docs on Python 3.

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

Information

Djblets
release-2.x

Reviewers

The Djblets documentation can now be built with Python 3, providing
better compatibility with our documentation hosting.

This mostly involves changing the version used to invoke Sphinx,
fixing a couple syntax errors (Unicode string prefixes), and removing
the hard-coded python in the Makefiles.

The copyright for the release notes has also been fixed to include
"2009-<now>", and an old reference to "Christian Hammond" as an author
was changed to "Beanbag, Inc."

Successfully built all the documentation.

Changes between revision 1 and 2

orig
1
2
3

Commits

Summary ID Author
Use Python 3 to build Djblets documentation.
The Djblets documentation is now built with Python 3, providing better compatibility with our documentation hosting. This mostly involves changing the version used to invoke Sphinx, and fixing a couple syntax errors (Unicode string prefixes).
882266585eb2538f9f5b43ab0bc4bf83f2f20f98 Christian Hammond
Fix building docs on Python 3.
The Djblets documentation can now be built with Python 3, providing better compatibility with our documentation hosting. This mostly involves changing the version used to invoke Sphinx, fixing a couple syntax errors (Unicode string prefixes), and removing the hard-coded `python` in the `Makefile`s.
d52358f5541431cfd423b5b810ea6c44d213757c Christian Hammond
docs/djblets/Makefile
docs/releasenotes/Makefile
Loading...