• 
      

    Fix building docs on Python 3.

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

    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.

    Summary ID
    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
    Description From Last Updated

    Shouldn't this be copyright 2009-(current year)?

    daviddavid

    These don't need to be raw strings.

    daviddavid

    Shouldn't this be copyright 2009-(current year)?

    daviddavid

    These don't need to be raw strings.

    daviddavid
    chipx86
    david
    1. 
        
    2. docs/djblets/conf.py (Diff revision 2)
       
       
      Show all issues

      Shouldn't this be copyright 2009-(current year)?

    3. docs/djblets/conf.py (Diff revision 2)
       
       
       
      Show all issues

      These don't need to be raw strings.

    4. docs/releasenotes/conf.py (Diff revision 2)
       
       
      Show all issues

      Shouldn't this be copyright 2009-(current year)?

    5. docs/releasenotes/conf.py (Diff revision 2)
       
       
       
      Show all issues

      These don't need to be raw strings.

    6. 
        
    chipx86
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.x (8a3d284)