diff --git a/docs/conf.py b/docs/conf.py index 82c5293..1fb059e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -5,3 +5,10 @@ lexers["php"] = PhpLexer(startinline=True, linenos=1) lexers["php-annotations"] = PhpLexer(startinline=True, linenos=1) # primary_domain = "php" + +# Disable version chooser. +html_context.update({ + "display_version": False, + "current_version": None, + "versions": [], +})