Revision 693bebea snf-tools/docs/conf.py

b/snf-tools/docs/conf.py
1 1
import sys, os
2 2

  
3
sys.path.insert(0, os.path.abspath('../'))
4
from synnefo_tools.version import __version__
5

  
3 6
extensions = []
4 7

  
5 8
# Add any paths that contain templates here, relative to this directory.
......
16 19

  
17 20
# General information about the project.
18 21
project = u'snf-occi'
19
copyright = u'2012, GRNET'
22
copyright = u'2012-2013, GRNET'
20 23

  
21 24
# The version info for the project you're documenting, acts as replacement for
22 25
# |version| and |release|, also used in various other places throughout the
23 26
# built documents.
24 27
#
25 28
# The short X.Y version.
26
version = '0.1'
29
version = __version__
27 30
# The full version, including alpha/beta/rc tags.
28
release = '0.1'
31
release = __version__
29 32

  
30 33
# The language for content autogenerated by Sphinx. Refer to documentation
31 34
# for a list of supported languages.
......
66 69

  
67 70
# The theme to use for HTML and HTML Help pages.  See the documentation for
68 71
# a list of builtin themes.
69
html_theme = 'nature'
72
html_theme = 'default'
73
html_theme_options = {
74
        'collapsiblesidebar': 'true',
75
        'footerbgcolor':    '#55b577',
76
        'footertextcolor':  '#000000',
77
        'sidebarbgcolor':   '#ffffff',
78
        'sidebarbtncolor':  '#f2f2f2',
79
        'sidebartextcolor': '#000000',
80
        'sidebarlinkcolor': '#328e4a',
81
        'relbarbgcolor':    '#55b577',
82
        'relbartextcolor':  '#ffffff',
83
        'relbarlinkcolor':  '#ffffff',
84
        'bgcolor':          '#ffffff',
85
        'textcolor':        '#000000',
86
        'headbgcolor':      '#ffffff',
87
        'headtextcolor':    '#000000',
88
        'headlinkcolor':    '#c60f0f',
89
        'linkcolor':        '#328e4a',
90
        'visitedlinkcolor': '#63409b',
91
        'codebgcolor':      '#eeffcc',
92
        'codetextcolor':    '#333333'
93
}
70 94

  
71 95
# Theme options are theme-specific and customize the look and feel of a theme
72 96
# further.  For a list of options available for each theme, see the

Also available in: Unified diff