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 f0e3846 commit 6b59821Copy full SHA for 6b59821
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## v0.0.9 - 2021-06-08
4
+
5
+♻️ REFACTOR: `test_sd_hide_root_title` to `sd_hide_title` front-matter
6
7
+👌 IMPROVE: dropdown chevrons
8
9
## v0.0.8 - 2021-06-08
10
11
✨ NEW: Add `test_sd_hide_root_title` config option to hide the root title.
sphinx_design/__init__.py
@@ -1,7 +1,7 @@
"""A sphinx extension for designing beautiful, view size responsive web components."""
from typing import TYPE_CHECKING
-__version__ = "0.0.8"
+__version__ = "0.0.9"
if TYPE_CHECKING:
from sphinx.application import Sphinx
0 commit comments