Use correct order for versions for docs

This commit is contained in:
Dimitri Huisman
2024-06-18 07:46:58 +00:00
parent df117338fa
commit 423387051a

View File

@@ -38,8 +38,8 @@ html_context = {
'github_version': version,
'stable_version': '2024.06',
'versions': [
('2.0', '/2.0/'),
('2024.06', '/2024.06/'),
('2.0', '/2.0/'),
('master', '/master/')
],
'conf_py_path': '/docs/'