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 944bc58 commit f2bca91Copy full SHA for f2bca91
docs/src/changes.rst
@@ -1,6 +1,14 @@
1
Changes
2
=======
3
4
+0.16.1
5
+------
6
+
7
+Bundling the Roboto Mono bold-italic font with the theme, as it's used in
8
+some code blocks. Thanks to @noxpardalis for adding this.
9
10
+-------------------------------------------------------------------------------
11
12
0.16.0
13
------
14
piccolo_theme/__init__.py
@@ -5,7 +5,7 @@
from sphinx.application import Sphinx
-__VERSION__ = "0.16.0"
+__VERSION__ = "0.16.1"
def setup(app: 'Sphinx'):
0 commit comments