Fix building docs on Python 3.
Review Request #11992 — Created Jan. 24, 2022 and submitted
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-codedpython
in theMakefile
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."
Successfully built all the documentation.
- Change Summary:
-
Removed the hard-coded
python
call inMakefile
s. - Summary:
-
Use Python 3 to build Djblets documentation.Fix building docs on Python 3.
- Description:
-
~ The Djblets documentation is now built with Python 3, providing better
~ compatibility with our documentation hosting. ~ 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, and
~ fixing a couple syntax errors (Unicode string prefixes). ~ 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 theMakefile
s. - Commits:
-
Summary ID 882266585eb2538f9f5b43ab0bc4bf83f2f20f98 d52358f5541431cfd423b5b810ea6c44d213757c
Checks run (2 succeeded)
- Change Summary:
-
- Changed some raw strings to normal strings.
- Updated copyrights to be "2009-<year>".
- Changed an old author reference to say "Beanbag, Inc." instead of my name.
- Description:
-
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 theMakefile
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." - Commits:
-
Summary ID d52358f5541431cfd423b5b810ea6c44d213757c daebf03e9afeda518b9f9c5b785f0c755413441d