We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2711e0c commit 83edb33Copy full SHA for 83edb33
doc/manual/substitutions.py.in
@@ -1,16 +1,13 @@
1
# @configure_input@
2
3
-baseurl_separator = '/' if '@BASEURL@'[-1]!='/' else ''
4
-
5
rst_prolog = """
6
.. |DOMjudge| replace:: @PACKAGE_NAME@
7
8
.. |phpversion| replace:: @PHPVERSION@
9
.. |baseurlteam| replace:: @BASEURL@%steam
10
-.. |problemseturlteam| replace:: @BASEURL@%steam/problems
11
12
.. |SOURCESIZE| replace:: 256
13
.. |COMPILETIME| replace:: 30
14
.. |PROCLIMIT| replace:: 64
15
16
-""" % tuple(['/' if '@BASEURL@'[-1]!='/' else '']*2)
+""" % ('/' if '@BASEURL@'[-1]!='/' else '')
0 commit comments