Skip to content

Commit

Permalink
docs: fix removal of master from website drop-down
Browse files Browse the repository at this point in the history
Closes #9251
  • Loading branch information
lauranovich authored and nyh committed Aug 26, 2021
1 parent 9bf3b9f commit e78746e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class CqlLexer(BashLexer):
('Scylla University', 'https://university.scylladb.com/'),
('ScyllaDB Home', 'https://www.scylladb.com/')],
'github_issues_repository': 'scylladb/scylla',
'hide_version_dropdown': ['master']
'hide_version_dropdown': ['master'],
'default_branch': 'stable',
'show_sidebar_index': True,
}
Expand Down

0 comments on commit e78746e

Please sign in to comment.