Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit acd4754

Browse files
committed
Releasing v2023.3
1 parent 6bb2816 commit acd4754

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog
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

CONTRIBUTING.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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).

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
# project metadata
66
[project]
77
name = "python-docs-theme"
8-
version = "2022.1"
8+
version = "2023.3"
99
description = "The Sphinx theme for the CPython docs and related projects"
1010
readme = "README.rst"
1111
urls.Code = "https://github.com/python/python-docs-theme"

0 commit comments

Comments
 (0)