Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932b987 commit 1e8dfe7Copy full SHA for 1e8dfe7
2 files changed
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
Changelog
3
=========
4
5
+`2023.3.1 <https://github.com/python/python-docs-theme/releases/tag/v2023.3.1>`_
6
+--------------------------------------------------------------------------------
7
+
8
+- Skip cache-busting for old Sphinx #113
9
10
11
`2023.3 <https://github.com/python/python-docs-theme/releases/tag/v2023.3>`_
12
----------------------------------------------------------------------------
13
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
# project metadata
[project]
name = "python-docs-theme"
-version = "2023.3"
+version = "2023.3.1"
description = "The Sphinx theme for the CPython docs and related projects"
readme = "README.rst"
urls.Code = "https://github.com/python/python-docs-theme"
0 commit comments