mirror of https://github.com/zulip/zulip.git
docs: Empty development-only page list for 4.0 release.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
ee8724e436
commit
19ee45ccc4
|
@ -5,7 +5,7 @@
|
||||||
# version e.g. to say that something is likely to have changed.
|
# 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
|
# For more info see: https://www.sphinx-doc.org/en/master/templating.html
|
||||||
#}
|
#}
|
||||||
{% if pagename in ["overview/release-lifecycle", "production/postgresql", "production/video-calls", "production/giphy-gif-integration"] and release.endswith('+git') %}
|
{% if pagename in [] and release.endswith('+git') %}
|
||||||
{#
|
{#
|
||||||
# This page doesn't exist in the stable documentation yet.
|
# This page doesn't exist in the stable documentation yet.
|
||||||
# This temporary workaround prevents test failures and should be removed after the next release.
|
# This temporary workaround prevents test failures and should be removed after the next release.
|
||||||
|
|
Loading…
Reference in New Issue