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 Apr 22, 2024
1 parent f3e3f64 commit fb55b61
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
@@ -1,3 +1,10 @@
from crate.theme.rtd.conf.crate_admin_ui import *

html_extra_path = []

# Disable version chooser.
html_context.update({
"display_version": False,
"current_version": None,
"versions": [],
})

0 comments on commit fb55b61

Please sign in to comment.