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 = {