File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 41
41
42
42
# General information about the project.
43
43
project = u'Selenium Python Bindings'
44
- copyright = u'2011-2014 , Baiju Muthukadan'
44
+ copyright = u'2011-2017 , Baiju Muthukadan'
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
91
91
92
92
# The theme to use for HTML and HTML Help pages. See the documentation for
93
93
# a list of builtin themes.
94
- html_theme = 'default'
94
+ html_theme = 'alabaster'
95
+
96
+ html_sidebars = {
97
+ '**' : [
98
+ 'about.html' ,
99
+ 'navigation.html' ,
100
+ 'relations.html' ,
101
+ 'searchbox.html' ,
102
+ 'donate.html' ,
103
+ ]
104
+ }
95
105
96
106
# Theme options are theme-specific and customize the look and feel of a theme
97
107
# further. For a list of options available for each theme, see the
98
108
# documentation.
99
109
#html_theme_options = {}
100
110
111
+ html_theme_options = {
112
+ 'logo' : 'logo.png' ,
113
+ 'show_related' : 'true' ,
114
+ }
115
+
101
116
# Add any paths that contain custom themes here, relative to this directory.
102
117
#html_theme_path = []
103
118
222
237
epub_title = u'Selenium Python Bindings'
223
238
epub_author = u'Baiju Muthukadan'
224
239
epub_publisher = u'Baiju Muthukadan'
225
- epub_copyright = u'2011-2014 , Baiju Muthukadan'
240
+ epub_copyright = u'2011-2017 , Baiju Muthukadan'
226
241
227
242
# The language of the text. It defaults to the language option
228
243
# or en if the language is not set.
You can’t perform that action at this time.
0 commit comments