8000 Release 2022.1 · ZedThree/python-docs-theme@1201e82 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1201e82

Browse files
committed
Release 2022.1
1 parent 0d781e4 commit 1201e82

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
=========
44

5+
`2022.1 <https://github.com/python/python-docs-theme/releases/tag/v2022.1>`_
6+
----------------------------------------------------------------------------------
7+
8+
- Add a configuration for license URL. (#90)
9+
- Exclude the floating navbar from CHM help. (#84)
10+
- Make sidebar scrollable and sticky (on modern browsers) (#91)
11+
12+
513
`2021.11.1 <https://github.com/python/python-docs-theme/releases/tag/v2021.11.1>`_
614
-----------------------------------------------------------------------------------
715

python_docs_theme/theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[theme]
22
inherit = default
3-
stylesheet = pydoctheme.css?2021.11.1.dev
3+
stylesheet = pydoctheme.css?2022.1
44
pygments_style = default
55

66
[options]

setup.py

Lines changed: 1 addition & 1 deletion
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.11.1.dev",
16+
version="2022.1",
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)
0