mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Merge #3292
3292: Use correct order for versions for docs r=Diman0 a=Diman0 ## What type of PR? minor fix ## What does this PR do? I added the version in the wrong order to docs/conf.py ### Related issue(s) ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [ n/a] In case of feature or enhancement: documentation updated accordingly - [ n/a] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Dimitri Huisman <diman@huisman.xyz>
This commit is contained in:
commit
182d504fa3
@ -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/'
|
||||
|
Loading…
Reference in New Issue
Block a user