Add version to doc sidebar

This commit is contained in:
Philip Cho 2018-08-13 01:46:05 -07:00
parent 96826a3515
commit 24e08c2638
No known key found for this signature in database
GPG Key ID: A758FA046E1F6BB8

View File

@ -146,7 +146,7 @@ extensions.append("guzzle_sphinx_theme")
# Guzzle theme options (see theme.conf for more information) # Guzzle theme options (see theme.conf for more information)
html_theme_options = { html_theme_options = {
# Set the name of the project to appear in the sidebar # Set the name of the project to appear in the sidebar
"project_nav_name": "XGBoost" "project_nav_name": "XGBoost (0.80)"
} }
html_sidebars = { html_sidebars = {