Skip to content

Commit e22360d

Browse files
msbtamotl
authored andcommitted
Documentation: Disable leftover version chooser
1 parent 4d46d0b commit e22360d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,10 @@
55
lexers["php"] = PhpLexer(startinline=True, linenos=1)
66
lexers["php-annotations"] = PhpLexer(startinline=True, linenos=1)
77
# primary_domain = "php"
8+
9+
# Disable version chooser.
10+
html_context.update({
11+
"display_version": False,
12+
"current_version": None,
13+
"versions": [],
14+
})

0 commit comments

Comments
 (0)