Skip to content
2 changes: 1 addition & 1 deletion doc/manual/substitutions.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ rst_prolog = """
.. |COMPILETIME| replace:: 30
.. |PROCLIMIT| replace:: 64

""" % (baseurl_separator, baseurl_separator)
""" % tuple(['/' if '@BASEURL@'[-1]!='/' else '']*2)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what this is used for, and the commit doesn't explain it