From 062774ada3bd52f646caef87a33c247278d10015 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 3 Apr 2016 21:32:19 +0300 Subject: [PATCH] Change HTML theme and Pygments style --- docs-ru/conf.py | 4 ++-- docs/conf.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-ru/conf.py b/docs-ru/conf.py index 95eb028..098e70c 100644 --- a/docs-ru/conf.py +++ b/docs-ru/conf.py @@ -93,7 +93,7 @@ exclude_patterns = ['_build'] #show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'borland' # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] @@ -106,7 +106,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = 'nature' # 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 diff --git a/docs/conf.py b/docs/conf.py index 8a1c2b0..d8ca487 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -93,7 +93,7 @@ exclude_patterns = ['_build'] #show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = 'borland' # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] @@ -106,7 +106,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = 'nature' # 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.39.2