comparison docs/conf.py @ 33:7c39da93a0ce

docs: Add logo, do a few text changes.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 16 Jan 2017 21:49:48 -0800
parents 9ae14e9615e6
children
comparison
equal deleted inserted replaced
32:86eaab47f03b 33:7c39da93a0ce
96 # Add any paths that contain custom static files (such as style sheets) here, 96 # Add any paths that contain custom static files (such as style sheets) here,
97 # relative to this directory. They are copied after the builtin static files, 97 # relative to this directory. They are copied after the builtin static files,
98 # so a file named "default.css" will overwrite the builtin "default.css". 98 # so a file named "default.css" will overwrite the builtin "default.css".
99 html_static_path = ['_static'] 99 html_static_path = ['_static']
100 100
101 html_logo = '_static/jouvence_logo.jpg'
102
101 103
102 # -- Options for HTMLHelp output ------------------------------------------ 104 # -- Options for HTMLHelp output ------------------------------------------
103 105
104 # Output file base name for HTML help builder. 106 # Output file base name for HTML help builder.
105 htmlhelp_basename = 'Jouvencedoc' 107 htmlhelp_basename = 'Jouvencedoc'