File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
+ `2023.3 <https://github.com/python/python-docs-theme/releases/tag/v2023.1 >`_
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
+
5
14
`2022.1 <https://github.com/python/python-docs-theme/releases/tag/v2022.1 >`_
6
15
----------------------------------------------------------------------------------
7
16
Original file line number Diff line number Diff line change 1
1
# How to release
2
2
3
3
- 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
5
5
- commit
6
6
- push to check one last time if the tests pass github side.
7
7
- tag it (YYYY.MM).
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
5
# project metadata
6
6
[project ]
7
7
name = " python-docs-theme"
8
- version = " 2022.1 "
8
+ version = " 2023.3 "
9
9
description = " The Sphinx theme for the CPython docs and related projects"
10
10
readme = " README.rst"
11
11
urls.Code = " https://github.com/python/python-docs-theme"
You can’t perform that action at this time.
0 commit comments