Skip to content

Commit bcc9ad4

Browse files
committed
Release 2021.11
1 parent 60d013d commit bcc9ad4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
=========
44

5+
`2021.11 <https://github.com/python/python-docs-theme/releases/tag/v2021.1>`_
6+
-------------------------------------------------------------------------------
7+
8+
- Fix monospace on buggy Google Chrome (#85)
9+
Contributed by Tushar Sadhwani
10+
11+
512
`2021.8 <https://github.com/python/python-docs-theme/releases/tag/v2021.8>`_
613
------------------------------------------------------------------------------
714

python_docs_theme/theme.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[theme]
22
inherit = default
3-
stylesheet = pydoctheme.css?2021.8.dev
3+
stylesheet = pydoctheme.css?2021.11
44
pygments_style = default
55

66
[options]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
name='python-docs-theme',
1414
# Version is date based as year.month[.serial], where serial is used
1515
# if multiple releases are needed to address build failures.
16-
version='2021.8.dev',
16+
version='2021.11',
1717
description='The Sphinx theme for the CPython docs and related projects',
1818
long_description=long_description,
1919
author='PyPA',

0 commit comments

Comments
 (0)