From 71eaa26c7bb564d0291a34bbcdcb606b6c299937 Mon Sep 17 00:00:00 2001 From: Philip Cho Date: Mon, 13 Aug 2018 00:40:38 -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..91fbd741f 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.72)" } html_sidebars = {