From 24e08c2638479865a0993eead0ceb5425149edde Mon Sep 17 00:00:00 2001 From: Philip Cho Date: Mon, 13 Aug 2018 01:46:05 -0700 Subject: [PATCH] Add version to doc sidebar --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 7efdf2070..ae9c5e68e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -146,7 +146,7 @@ extensions.append("guzzle_sphinx_theme") # Guzzle theme options (see theme.conf for more information) html_theme_options = { # Set the name of the project to appear in the sidebar - "project_nav_name": "XGBoost" + "project_nav_name": "XGBoost (0.80)" } html_sidebars = {