Skip to content

Commit

Permalink
Add 5.x to version picker.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 10, 2023
1 parent f0549e7 commit 47f1d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

# Other versions that display in the version picker menu.
version_list = [
{'name': '5.x', 'number': '5', 'title': '5.x Book'},
{'name': '4.x', 'number': '4', 'title': '4.x Book'},
{'name': '3.x', 'number': '3', 'title': '3.x Book', 'current': True},
{'name': '2.x', 'number': '2', 'title': '2.x Book'},
Expand Down

0 comments on commit 47f1d46

Please sign in to comment.