X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/92bfe974d0d8f49d321185dfe0ac44a5fd590069..d8a12a7ee6817c93a400af602ebf1366c1309cbb:/docs/conf.py diff --git a/docs/conf.py b/docs/conf.py index a27b15c..c72f4e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ copyright = u'2012, 2013 GRNET S.A. All rights reserved' # built documents. # # The short X.Y version. -version = '0.2.5' +version = '0.2.10' # The full version, including alpha/beta/rc tags. -release = '0.2.5' +release = '0.2.10' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -99,7 +99,27 @@ html_theme = 'default' # 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 # documentation. -#html_theme_options = {} +html_theme_options = { + 'collapsiblesidebar': 'true', + 'footerbgcolor': '#55b577', + 'footertextcolor': '#000000', + 'sidebarbgcolor': '#ffffff', + 'sidebarbtncolor': '#f2f2f2', + 'sidebartextcolor': '#000000', + 'sidebarlinkcolor': '#328e4a', + 'relbarbgcolor': '#55b577', + 'relbartextcolor': '#ffffff', + 'relbarlinkcolor': '#ffffff', + 'bgcolor': '#ffffff', + 'textcolor': '#000000', + 'headbgcolor': '#ffffff', + 'headtextcolor': '#000000', + 'headlinkcolor': '#c60f0f', + 'linkcolor': '#328e4a', + 'visitedlinkcolor': '#63409b', + 'codebgcolor': '#eeffcc', + 'codetextcolor': '#333333' +} # Add any paths that contain custom themes here, relative to this directory. #html_theme_path = [] @@ -219,10 +239,10 @@ latex_documents = [ man_pages = [ ('man/snf-image-creator', 'snf-image-creator', 'Command line image creator for Synnefo', - 'GRNET Development Team ', 1), + 'Synnefo development team ', 1), ('man/snf-mkimage', 'snf-mkimage', 'Dialog-based image creator for Synnefo', - 'GRNET Development Team ', 1) + 'Synnefo development team ', 1) ] # If true, show URL addresses after external links.