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 a91d71c commit ce88b3cCopy full SHA for ce88b3c
docs/src/changes.rst
@@ -1,6 +1,14 @@
1
Changes
2
=======
3
4
+0.22.0
5
+------
6
+
7
+Fixed a styling issue with the searchbox in Sphinx 7.3.x. Thanks to @heuer for
8
+reporting this issue.
9
10
+-------------------------------------------------------------------------------
11
12
0.21.0
13
------
14
piccolo_theme/__init__.py
@@ -5,7 +5,7 @@
from sphinx.application import Sphinx
-__VERSION__ = "0.21.0"
+__VERSION__ = "0.22.0"
def setup(app: 'Sphinx') -> t.Dict:
0 commit comments