From 19ee45ccc4ab060c83e850bb5c408ef24474bed7 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Mon, 5 Jul 2021 15:00:02 -0700 Subject: [PATCH] docs: Empty development-only page list for 4.0 release. Signed-off-by: Anders Kaseorg --- docs/_templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index bb2805eff5..5ead1c534f 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -5,7 +5,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 ["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 temporary workaround prevents test failures and should be removed after the next release.