Update docs/conf.py
This commit is contained in:
parent
007d4dd484
commit
75a2da8ef8
10
docs/conf.py
10
docs/conf.py
@ -61,16 +61,16 @@ master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = 'i3pystatus'
|
||||
copyright = ''
|
||||
copyright = '2012-2014 i3pystatus developers. Free and open software under the MIT license.'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = ''
|
||||
#version = ''
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = ''
|
||||
#release = ''
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
@ -101,7 +101,7 @@ exclude_patterns = ['_build']
|
||||
#show_authors = False
|
||||
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
pygments_style = 'sphinx'
|
||||
pygments_style = "tango"
|
||||
|
||||
# A list of ignored prefixes for module index sorting.
|
||||
#modindex_common_prefix = []
|
||||
@ -114,7 +114,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 = "haiku"
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user