Skip to content

Commit a40fe36

Browse files
committed
logo and favicon
1 parent 4dcef0a commit a40fe36

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

sphinx/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,21 +120,21 @@
120120
#html_title = None
121121

122122
# A shorter title for the navigation bar. Default is the same as html_title.
123-
#html_short_title = None
123+
html_short_title = 'PyOWM documentation'
124124

125125
# The name of an image file (relative to this directory) to place at the top
126126
# of the sidebar.
127-
#html_logo = None
127+
html_logo = 'logo.png'
128128

129129
# The name of an image file (within the static path) to use as favicon of the
130130
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
131131
# pixels large.
132-
#html_favicon = None
132+
html_favicon = 'favicon.ico'
133133

134134
# Add any paths that contain custom static files (such as style sheets) here,
135135
# relative to this directory. They are copied after the builtin static files,
136136
# so a file named "default.css" will overwrite the builtin "default.css".
137-
html_static_path = []
137+
html_static_path = ['_static']
138138

139139
# Add any extra paths that contain custom files (such as robots.txt or
140140
# .htaccess) here, relative to this directory. These files are copied
@@ -143,7 +143,7 @@
143143

144144
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
145145
# using the given strftime format.
146-
#html_last_updated_fmt = '%b %d, %Y'
146+
html_last_updated_fmt = '%b %d, %Y'
147147

148148
# If true, SmartyPants will be used to convert quotes and dashes to
149149
# typographically correct entities.
@@ -172,7 +172,7 @@
172172
#html_show_sphinx = True
173173

174174
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
175-
#html_show_copyright = True
175+
html_show_copyright = True
176176

177177
# If true, an OpenSearch description file will be output, and all pages will
178178
# contain a <link> tag referring to it. The value of this option must be the

sphinx/favicon.ico

90.9 KB
Binary file not shown.

sphinx/logo.png

8.94 KB
Loading

0 commit comments

Comments
 (0)