We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0f52d commit a7b271aCopy full SHA for a7b271a
python_docs_theme/theme.conf
@@ -1,6 +1,6 @@
1
[theme]
2
inherit = default
3
-stylesheet = pydoctheme.css?2021.11.1
+stylesheet = pydoctheme.css?2021.11.1.dev
4
pygments_style = default
5
6
[options]
setup.py
@@ -13,7 +13,7 @@
13
name="python-docs-theme",
14
# Version is date based as year.month[.serial], where serial is used
15
# if multiple releases are needed to address build failures.
16
- version="2021.11.1",
+ version="2021.11.1.dev",
17
description="The Sphinx theme for the CPython docs and related projects",
18
long_description=long_description,
19
author="PyPA",
0 commit comments