fix: ReadTheDocs should display all versions

Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
Yuan Tang 2025-05-14 21:25:14 -04:00
parent ff247e35be
commit ed9ac853cd
No known key found for this signature in database
2 changed files with 11 additions and 3 deletions

View file

@ -110,6 +110,8 @@ html_theme_options = {
"canonical_url": "https://github.com/meta-llama/llama-stack",
"collapse_navigation": False,
# "style_nav_header_background": "#c3c9d4",
'display_version': True,
'version_selector': True,
}
default_dark_mode = False
@ -142,4 +144,4 @@ def setup(app):
return [node], []
app.add_role("dockerhub", dockerhub_role)
app.add_role("repopath", repopath_role)
app.add_role("repopath", repopath_role)