File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11import os
22
3- __version_info__ = (0 , 7 , 13 )
4- __version__ = "0.7.13 "
3+ __version_info__ = (0 , 7 , 14 )
4+ __version__ = "0.7.14 "
55
66
77def get_path ():
Original file line number Diff line number Diff line change @@ -5,8 +5,18 @@ Changelog
55Next release (in development)
66-----------------------------
77
8+ :git_tag: `0.7.14 ` -- 2024-01-08
9+ -------------------------------
10+
811- Dropped support for Python 3.8 and earlier.
912- Dropped support for Sphinx 3.3 and earlier.
13+ - :issue: `198 ` Fix horizontal scrolling on mobile.
14+ - :issue: `206 ` Properly support the ``html_support_sphinx `` config value.
15+ - :issue: `211 ` Fix the GitHub 'forkme' banner.
16+ - Added ``alabaster_version_info `` to the HTML template context.
17+ - Declare support for Python 3.13.
18+ - Adopt the Ruff linter and formatter.
19+ - Migrate from CircleCI to GitHub Actions.
1020
1121:git_tag: `0.7.13 ` -- 2023-01-13
1222-------------------------------
You can’t perform that action at this time.
0 commit comments