[Intel-gfx] [maintainer-tools PATCH 5/5] doc: use Sphinx bizstyle builtin html theme

Jani Nikula jani.nikula at intel.com
Wed Aug 9 21:08:22 UTC 2017


Matter of taste, but looks better than the default alabaster, and is
less trouble than requiring some external themes (such as the sphinx rtd
theme used in the kernel).

Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
 conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.py b/conf.py
index 2e7acb8e76ca..7293d9ddab80 100644
--- a/conf.py
+++ b/conf.py
@@ -119,7 +119,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 = 'bizstyle'
 
 # Theme options are theme-specific and customize the look and feel of a theme
 # further.  For a list of options available for each theme, see the
-- 
2.11.0



More information about the Intel-gfx mailing list