Skip to content

Commit e60d554

Browse files
committed
Update release versions
1 parent 9ab93c0 commit e60d554

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
# built documents.
1111
#
1212
# The short X.Y version.
13-
version = '5.next'
13+
version = '5.x'
1414

1515
# The full version, including alpha/beta/rc tags.
16-
release = '5.next'
16+
release = '5.x'
1717

1818
# The search index version.
19-
search_version = '5-next'
19+
search_version = '5'
2020

2121
# The marketing diplay name for the book.
2222
version_name = 'Chiffon'
@@ -32,14 +32,14 @@
3232
{'name': '1.1', 'number': '1.1', 'title': '1.1 Book'},
3333
]
3434
# Enables the 'development version banner'
35-
is_prerelease = True
35+
is_prerelease = False
3636

3737
# Languages available.
3838
languages = ['en', 'pt_BR', 'es', 'ja', 'fr']
3939

4040
# The GitHub branch name for this version of the docs
4141
# for edit links to point at.
42-
branch = '5.next'
42+
branch = '5.x'
4343

4444
# Add any paths that contain custom themes here, relative to this directory.
4545
html_theme_path = []

0 commit comments

Comments
 (0)