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

Skip to content

Commit b5ab66b

Browse files
authored
Merge pull request #72 from willingc/ready-release
Prepare release
2 parents 8449732 + f17c66c commit b5ab66b

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

CHANGELOG.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
=========
2+
Changelog
3+
=========
4+
5+
`2021.05 <https://github.com/python/python-docs-theme/releases/tag/v2021.05>`_
6+
------------------------------------------------------------------------------
7+
8+
- Make the theme responsive (#46)
9+
Contributed by Olga Bulat.
10+
- Use Python 3.8 for the Github Actions (#71)
11+
Contributed by Stéphane Wirtel.
12+
- Use default pygments theme (#68)
13+
Contributed by Aaron Carlisle.
14+
- Test Github action to validate the theme against docsbuild scripts. (#69)
15+
Contributed by Julien Palard.
16+
- Add the copy button to pycon3 highlighted code blocks. (#64)
17+
Contributed by Julien Palard.
18+
19+
20+
`2020.12 <https://github.com/python/python-docs-theme/releases/tag/v2020.12>`_
21+
------------------------------------------------------------------------------
22+
23+
- Updated the readme, to remind user to install the package in a virtual environment. (#41)
24+
Contributed by Mariatta.
25+
- Updated the package url, using the GitHub repository instead of docs.python.org (#49)
26+
Contributed by Pradyun Gedam.
27+
- Added license information to the footer of the doc (#36)
28+
Contributed by Todd.
29+
- Fixed typo in the footer (#52)
30+
Contributed by Dominic Davis-Foster.
31+
- Added information on how to use the package (#32)
32+
Contributed by Tapasweni Pathak.
33+
- Fixed code formatting (#53).
34+
Contributed by Hugo van Kemenade.
35+
- Fixed code bgcolor and codetextcolor for Sphinx 3.1.0+ (#57)
36+
Contributed by Zhiming Wang.
37+
38+
`2018.2 <https://github.com/python/python-docs-theme/releases/tag/2018.2>`_
39+
---------------------------------------------------------------------------
40+
41+
Initial release.

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[build-system]
2+
requires = [
3+
"setuptools>=42",
4+
"wheel"
5+
]
6+
build-backend = "setuptools.build_meta"
7+

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='2020.12.post1',
16+
version='2021.05',
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)