From 70892fa8a7bc6146a58fa637db4c9822b8399b67 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Tue, 24 Sep 2024 22:09:11 -0400 Subject: [PATCH] Update version config for 5.next --- config/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/conf.py b/config/conf.py index 3f9df238aa..5471b97e9c 100644 --- a/config/conf.py +++ b/config/conf.py @@ -10,13 +10,13 @@ # built documents. # # The short X.Y version. -version = '5.x' +version = '5.next' # The full version, including alpha/beta/rc tags. -release = '5.x' +release = '5.next' # The search index version. -search_version = '5-x' +search_version = '5-next' # The marketing diplay name for the book. version_name = 'Chiffon' @@ -32,14 +32,14 @@ {'name': '1.1', 'number': '1.1', 'title': '1.1 Book'}, ] # Enables the 'development version banner' -is_prerelease = False +is_prerelease = True # Languages available. languages = ['en', 'pt_BR', 'es', 'ja', 'fr'] # The GitHub branch name for this version of the docs # for edit links to point at. -branch = '5.x' +branch = '5.next' # Add any paths that contain custom themes here, relative to this directory. html_theme_path = []