Skip to content

Commit 86ee185

Browse files
committed
Fix missing versions key
1 parent daa375c commit 86ee185

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
# a list of builtin themes.
3636
html_theme = 'flask'
3737

38+
# Context for the theme
39+
html_context = {
40+
'versions': [],
41+
}
42+
3843
# The name for this set of Sphinx documents. If None, it defaults to
3944
# "<project> v<release> documentation".
4045
# html_title = None

0 commit comments

Comments
 (0)