Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e000c46

Browse files
committed
new theme!
1 parent c50c062 commit e000c46

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

source/_static/logo.png

24.6 KB
Loading

source/conf.py

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
# General information about the project.
4343
project = u'Selenium Python Bindings'
44-
copyright = u'2011-2014, Baiju Muthukadan'
44+
copyright = u'2011-2017, Baiju Muthukadan'
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the
@@ -91,13 +91,28 @@
9191

9292
# The theme to use for HTML and HTML Help pages. See the documentation for
9393
# 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+
}
95105

96106
# Theme options are theme-specific and customize the look and feel of a theme
97107
# further. For a list of options available for each theme, see the
98108
# documentation.
99109
#html_theme_options = {}
100110

111+
html_theme_options = {
112+
'logo': 'logo.png',
113+
'show_related': 'true',
114+
}
115+
101116
# Add any paths that contain custom themes here, relative to this directory.
102117
#html_theme_path = []
103118

@@ -222,7 +237,7 @@
222237
epub_title = u'Selenium Python Bindings'
223238
epub_author = u'Baiju Muthukadan'
224239
epub_publisher = u'Baiju Muthukadan'
225-
epub_copyright = u'2011-2014, Baiju Muthukadan'
240+
epub_copyright = u'2011-2017, Baiju Muthukadan'
226241

227242
# The language of the text. It defaults to the language option
228243
# or en if the language is not set.

0 commit comments

Comments
 (0)