We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6015bfc commit fc9e027Copy full SHA for fc9e027
config/conf.py
@@ -10,13 +10,13 @@
10
# built documents.
11
#
12
# The short X.Y version.
13
-version = '5.next'
+version = '5.x'
14
15
# The full version, including alpha/beta/rc tags.
16
-release = '5.next'
+release = '5.x'
17
18
# The search index version.
19
-search_version = '5-next'
+search_version = '5-x'
20
21
# The marketing diplay name for the book.
22
version_name = 'Chiffon'
@@ -39,7 +39,7 @@
39
40
# The GitHub branch name for this version of the docs
41
# for edit links to point at.
42
-branch = '5.next'
+branch = '5.x'
43
44
# Add any paths that contain custom themes here, relative to this directory.
45
html_theme_path = []
0 commit comments