docs: Update .html links pointing to "Upgrade Zulip" or "Modify Zulip".

Follow-up to #24089.

(cherry picked from commit d205850d54)
This commit is contained in:
David Rosa
2023-01-16 22:04:59 -07:00
committed by Alex Vandiver
parent 4331114329
commit 1ae5194619
14 changed files with 20 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
# version e.g. to say that something is likely to have changed.
# For more info see: https://www.sphinx-doc.org/en/master/templating.html
#}
{% if pagename in ["production/modify", "production/upgrade", "production/scim"] and release.endswith('+git') %}
{% if pagename in [] and release.endswith('+git') %}
{#
# This page doesn't exist in the stable documentation yet.
# This temporary workaround prevents test failures and should be removed after the next release.