We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d46d0b commit e22360dCopy full SHA for e22360d
docs/conf.py
@@ -5,3 +5,10 @@
5
lexers["php"] = PhpLexer(startinline=True, linenos=1)
6
lexers["php-annotations"] = PhpLexer(startinline=True, linenos=1)
7
# 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