File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ `2023.3 <https://github.com/python/python-docs-theme/releases/tag/v2023.3 >`_
6+ ----------------------------------------------------------------------------
7+
8+ - Fix problem with monospace rendering in Vivaldi #104
9+ - Fix mobile nav obstructing content #96
10+ - Reduce footer margin only for desktop #106
11+ - Append a hash ?digest to CSS files for cache-busting #108
12+
13+
514`2022.1 <https://github.com/python/python-docs-theme/releases/tag/v2022.1 >`_
615----------------------------------------------------------------------------------
716
Original file line number Diff line number Diff line change 11# How to release
22
33- Update CHANGELOG.rst
4- - bump version (YYYY.MM) in setup.py and python_docs_theme/theme.conf
4+ - bump version (YYYY.MM) in pyproject.toml
55- commit
66- push to check one last time if the tests pass github side.
77- tag it (YYYY.MM).
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55# project metadata
66[project ]
77name = " python-docs-theme"
8- version = " 2022.1 "
8+ version = " 2023.3 "
99description = " The Sphinx theme for the CPython docs and related projects"
1010readme = " README.rst"
1111urls.Code = " https://github.com/python/python-docs-theme"
You can’t perform that action at this time.
0 commit comments