Skip to content

Commit 5caf597

Browse files
committed
DOCSP-14271 update v5.0 banner in prep for upcoming pre-release
1 parent 28d53c5 commit 5caf597

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ def has(self, *args):
187187
'stable': conf.version.stable,
188188
'sitename': sconf.theme.sitename,
189189
'nav_excluded': sconf.theme.nav_excluded,
190-
'upcoming': conf.version.upcoming
190+
'upcoming': conf.version.upcoming,
191+
'banner': True,
192+
'banner_msg': 'This is an upcoming (in progress) version of the manual.'
191193

192194
}
193195

0 commit comments

Comments
 (0)