From 75a2da8ef8d4dbe7a0fe62d744e42bfb0cb4f5c7 Mon Sep 17 00:00:00 2001 From: enkore Date: Mon, 1 Dec 2014 18:39:52 +0100 Subject: [PATCH] Update docs/conf.py --- docs/conf.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7c691eb..dce23be 100644 --- a/docs/conf.py +++ b/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