Skip to content

Commit dbefa48

Browse files
committed
DOC: sort versions
1 parent 6dc9929 commit dbefa48

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/source/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,13 @@ def setup(app):
112112
'my_custom.js',
113113
]
114114

115+
html_context = {
116+
"versions": {
117+
"latest": "dev",
118+
"v0.9.2": "v0.9.2",
119+
"v0.8.0": "v0.8.0"
120+
}
121+
}
115122

116123
autodoc_default_options = {
117124
'member-order': 'bysource',

0 commit comments

Comments
 (0)