]> git.phdru.name Git - m_librarian.git/commitdiff
Change HTML theme and Pygments style
authorOleg Broytman <phd@phdru.name>
Sun, 3 Apr 2016 18:32:19 +0000 (21:32 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 3 Apr 2016 18:32:19 +0000 (21:32 +0300)
docs-ru/conf.py
docs/conf.py

index 95eb028b616fae3fed2e6b0a28a7f42397992986..098e70c575836a407815a203514d6c46385132d6 100644 (file)
@@ -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
index 8a1c2b0cbc743027c88352a8dab3f700ad0b4ef8..d8ca48799babe96593abaac7ba74b97cda7680b5 100644 (file)
@@ -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