Revision 693bebea snf-cyclades-gtools/docs/conf.py

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

  
3
sys.path.insert(0, os.path.abspath('../'))
4
from synnefo.versions.ganeti import __version__
3 5

  
4 6
project = u'snf-cyclades-gtools'
5
copyright = u'2012, GRNET'
6
version = '0.8'
7
release = '0.8'
7
copyright = u'2012-2013, GRNET'
8
version = __version__
9
release = __version__
8 10
html_title = 'synnefo ' + version
9 11

  
10 12
templates_path = ['_templates']
......
12 14
master_doc = 'index'
13 15
exclude_patterns = ['_build']
14 16
pygments_style = 'sphinx'
15
html_theme = 'nature'
17
html_theme = 'default'
18
html_theme_options = {
19
        'collapsiblesidebar': 'true',
20
        'footerbgcolor':    '#55b577',
21
        'footertextcolor':  '#000000',
22
        'sidebarbgcolor':   '#ffffff',
23
        'sidebarbtncolor':  '#f2f2f2',
24
        'sidebartextcolor': '#000000',
25
        'sidebarlinkcolor': '#328e4a',
26
        'relbarbgcolor':    '#55b577',
27
        'relbartextcolor':  '#ffffff',
28
        'relbarlinkcolor':  '#ffffff',
29
        'bgcolor':          '#ffffff',
30
        'textcolor':        '#000000',
31
        'headbgcolor':      '#ffffff',
32
        'headtextcolor':    '#000000',
33
        'headlinkcolor':    '#c60f0f',
34
        'linkcolor':        '#328e4a',
35
        'visitedlinkcolor': '#63409b',
36
        'codebgcolor':      '#eeffcc',
37
        'codetextcolor':    '#333333'
38
}
39

  
16 40
html_static_path = ['_static']
17 41
htmlhelp_basename = 'synnefodoc'
18 42

  

Also available in: Unified diff