Skip to content

Commit

Permalink
disable leftover version chooser
Browse files Browse the repository at this point in the history
  • Loading branch information
msbt authored and amotl committed Apr 24, 2024
1 parent d7a4b82 commit 87ab45a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [],
})

0 comments on commit 87ab45a

Please sign in to comment.