File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v0.2.0 - 2022-06-14
4+
5+ - ⬆️ Support Sphinx v5, drop v3
6+ - ⬆️ Add Python 3.10 support
7+
8+ ** Full Changelog** : < https://github.com/executablebooks/sphinx-design/compare/v0.1.0...v0.2.0 >
9+
310## v0.1.0 - 2022-04-21
411
512- ✨ NEW: Add material design icons roles, thanks to @2bndy5 in [ #41 ] ( https://github.com/executablebooks/sphinx-design/pull/41 )
Original file line number Diff line number Diff line change 4141 "logo_only" : True ,
4242 }
4343if html_theme == "furo" :
44+ html_css_files = [
45+ "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/fontawesome.min.css"
46+ ]
4447 html_theme_options = {
4548 "sidebar_hide_name" : True ,
4649 }
Original file line number Diff line number Diff line change 11"""A sphinx extension for designing beautiful, view size responsive web components."""
22from typing import TYPE_CHECKING
33
4- __version__ = "0.1 .0"
4+ __version__ = "0.2 .0"
55
66if TYPE_CHECKING :
77 from sphinx .application import Sphinx
You can’t perform that action at this time.
0 commit comments