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.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3

Commits

First Last Summary ID Author
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/djblets/conf.py
docs/releasenotes/Makefile
docs/releasenotes/conf.py
Loading...