File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11import os
22
3- __version_info__ = (0 , 7 , 14 )
4- __version__ = "0.7.14 "
3+ __version_info__ = (0 , 7 , 15 )
4+ __version__ = "0.7.15 "
55
66
77def get_path ():
Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ Changelog
55Next release (in development)
66-----------------------------
77
8+ :git_tag: `0.7.15 ` -- 2024-01-08
9+ -------------------------------
10+
11+ - :feature: `213 ` Allow an arbitrary string in the ``logo_name `` option.
12+ - :feature: `114 ` Improved sidebar CSS styles.
13+ - :issue: `178 ` Deprecated ``canonical_url `` in favor of ``html_baseurl ``.
14+ - :bug: `200 ` Removed duplicate ``<meta name="viewport" ... /> `` tag.
15+ - :bug: `188 ` Removed underline from whitespace.
16+ - :bug: `164 ` Removed ``type="text/javascript" `` from <script> elements.
17+ - :bug: `161 ` Replaced ``© `` with unicode decimal code entity ``#169; ``.
18+
819:git_tag: `0.7.14 ` -- 2024-01-08
920-------------------------------
1021
You can’t perform that action at this time.
0 commit comments