From 679a835d38e2cf754cf44a16c82ffa45e3917447 Mon Sep 17 00:00:00 2001 From: tqchen Date: Sun, 26 Jul 2015 14:14:19 -0700 Subject: [PATCH] remove theme --- doc/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 751252639..95e649de0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -120,7 +120,7 @@ todo_include_todos = False # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'alabaster' +#html_theme = 'alabaster' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, @@ -128,7 +128,7 @@ html_theme = 'alabaster' html_static_path = ['_static'] # Output file base name for HTML help builder. -htmlhelp_basename = 'rabitdoc' +#htmlhelp_basename = 'rabitdoc' # -- Options for LaTeX output --------------------------------------------- latex_elements = {