Revision 5f426675

b/docs/conf.py
25 25

  
26 26
# Add any Sphinx extension module names here, as strings. They can be extensions
27 27
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28
extensions = []
28
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
29 29

  
30 30
# Add any paths that contain templates here, relative to this directory.
31 31
templates_path = ['_templates']
......
41 41

  
42 42
# General information about the project.
43 43
project = u'nfdhcpd'
44
copyright = u'2014, Dimitris Aragiorgis'
44
copyright = u'2010-2013, GRNET S.A. All rights reserved'
45 45

  
46 46
# The version info for the project you're documenting, acts as replacement for
47 47
# |version| and |release|, also used in various other places throughout the
......
50 50
# The short X.Y version.
51 51
version = '0.12'
52 52
# The full version, including alpha/beta/rc tags.
53
release = '0.12.0'
53
release = '0.12.2'
54 54

  
55 55
# The language for content autogenerated by Sphinx. Refer to documentation
56 56
# for a list of supported languages.
......
96 96
# Theme options are theme-specific and customize the look and feel of a theme
97 97
# further.  For a list of options available for each theme, see the
98 98
# documentation.
99
#html_theme_options = {}
99
html_theme_options = {
100
           'collapsiblesidebar': 'true',
101
           'footerbgcolor':    '#55b577',
102
           'footertextcolor':  '#000000',
103
           'sidebarbgcolor':   '#ffffff',
104
           'sidebarbtncolor':  '#f2f2f2',
105
           'sidebartextcolor': '#000000',
106
           'sidebarlinkcolor': '#328e4a',
107
           'relbarbgcolor':    '#55b577',
108
           'relbartextcolor':  '#ffffff',
109
           'relbarlinkcolor':  '#ffffff',
110
           'bgcolor':          '#ffffff',
111
           'textcolor':        '#000000',
112
           'headbgcolor':      '#ffffff',
113
           'headtextcolor':    '#000000',
114
           'headlinkcolor':    '#c60f0f',
115
           'linkcolor':        '#328e4a',
116
           'visitedlinkcolor': '#63409b',
117
           'codebgcolor':      '#eeffcc',
118
           'codetextcolor':    '#333333'
119
}
100 120

  
101 121
# Add any paths that contain custom themes here, relative to this directory.
102 122
#html_theme_path = []
......
184 204
# (source start file, target name, title, author, documentclass [howto/manual]).
185 205
latex_documents = [
186 206
  ('index', 'nfdhcpd.tex', u'nfdhcpd Documentation',
187
   u'Dimitris Aragiorgis', 'manual'),
207
   u'Synnefo Development', 'manual'),
188 208
]
189 209

  
190 210
# The name of an image file (relative to this directory) to place at the top of
......
214 234
# (source start file, name, description, authors, manual section).
215 235
man_pages = [
216 236
    ('index', 'nfdhcpd', u'nfdhcpd Documentation',
217
     [u'Dimitris Aragiorgis'], 1)
237
     [u'Synnefo Development'], 1)
218 238
]
219 239

  
220 240
# If true, show URL addresses after external links.
......
228 248
#  dir menu entry, description, category)
229 249
texinfo_documents = [
230 250
  ('index', 'nfdhcpd', u'nfdhcpd Documentation',
231
   u'Dimitris Aragiorgis', 'nfdhcpd', 'One line description of project.',
251
   u'Synnefo Development', 'nfdhpcd', 'One line description of project.',
232 252
   'Miscellaneous'),
233 253
]
234 254

  
......
240 260

  
241 261
# How to display URL addresses: 'footnote', 'no', or 'inline'.
242 262
#texinfo_show_urls = 'footnote'
263

  
264
# If true, do not generate a @detailmenu in the "Top" node's menu.
265
#texinfo_no_detailmenu = False
266

  
267

  
268
# Example configuration for intersphinx: refer to the Python standard library.
269
intersphinx_mapping = {'http://docs.python.org/': None}

Also available in: Unified diff