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 5564813 commit c49557bCopy full SHA for c49557b
docs/src/changes.rst
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
4
+0.23.0
5
+------
6
+
7
+Fixing some style issues in the search results page in Sphinx 7.3.x.
8
9
+-------------------------------------------------------------------------------
10
11
0.22.0
12
------
13
piccolo_theme/__init__.py
@@ -5,7 +5,7 @@
from sphinx.application import Sphinx
-__VERSION__ = "0.22.0"
+__VERSION__ = "0.23.0"
def setup(app: 'Sphinx') -> t.Dict:
0 commit comments