Skip to content

Commit 89cfee9

Browse files
authored
Update all.py for display on book
1 parent 8faadab commit 89cfee9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/config/all.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
#
1111

1212
# The full version, including alpha/beta/rc tags.
13-
release = '3.x'
13+
release = '4.x'
1414

1515
# The search index version
16-
search_version = 'authentication-3'
16+
search_version = 'authentication-4'
1717

1818
# The marketing display name for the book.
1919
version_name = ''
@@ -25,18 +25,19 @@
2525
version_list = [
2626
{'name': '1.x', 'number': '/authentication/1', 'title': '1.x'},
2727
{'name': '2.x', 'number': '/authentication/2', 'title': '2.x'},
28-
{'name': '3.x', 'number': '/authentication/3', 'title': '3.x', 'current': True},
28+
{'name': '3.x', 'number': '/authentication/3', 'title': '3.x'},
29+
{'name': '4.x', 'number': '/authentication/4', 'title': '4.x', 'current': True},
2930
]
3031

3132
# Languages available.
3233
languages = ['en', 'es', 'fr', 'ja']
3334

3435
# The GitHub branch name for this version of the docs
3536
# for edit links to point at.
36-
branch = '3.x'
37+
branch = '4.x'
3738

3839
# Current version being built
39-
version = '3.x'
40+
version = '4.x'
4041

4142
show_root_link = True
4243

0 commit comments

Comments
 (0)