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 3 (Latest)

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. 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."
daebf03e9afeda518b9f9c5b785f0c755413441d Christian Hammond
docs/djblets/Makefile
docs/djblets/conf.py
docs/releasenotes/Makefile
docs/releasenotes/conf.py
Loading...