File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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
+
5
13
`2021.11.1 <https://github.com/python/python-docs-theme/releases/tag/v2021.11.1 >`_
6
14
-----------------------------------------------------------------------------------
7
15
Original file line number Diff line number Diff line change 1
1
[theme]
2
2
inherit = default
3
- stylesheet = pydoctheme.css?2021.11.1.dev
3
+ stylesheet = pydoctheme.css?2022.1
4
4
pygments_style = default
5
5
6
6
[options]
Original file line number Diff line number Diff line change 13
13
name = "python-docs-theme" ,
14
14
# Version is date based as year.month[.serial], where serial is used
15
15
# if multiple releases are needed to address build failures.
16
- version = "2021.11.1.dev " ,
16
+ version = "2022.1 " ,
17
17
description = "The Sphinx theme for the CPython docs and related projects" ,
18
18
long_description = long_description ,
19
19
author = "PyPA" ,
You can’t perform that action at this time.
0 commit comments