File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## v1.2.1
3+ ## 1.3.0 - 2020-09-08
4+
5+ β»οΈ Major refactor of tabs, group-tabs and code-tabs (thanks to [ @foster999 ] ( https://github.com/foster999 ) ):
6+
7+ * Removes hard-coded reStructuredText for group and code tabs, so that this works with other parsers (inc ` MyST Markdown ` )
8+ * group-tab directive now subclasses ` TabDirective ` to remove duplicated run code
9+ * likewise, ` code-tab ` now subclasses ` group-tab `
10+ * ` TabDirective ` and ` TabsDirective ` now subclass ` SphinxDirective ` for easier access to directive ` env `
11+
12+ π§ͺ testing infrastructure has now fully moved from unittest to pytest
13+
14+ β¨ New features:
15+
16+ * Can now pass ` code-tabs ` with a second argument (allowing whitespace) to provide an alternative tab label
17+ * ` code-tabs ` can now use custom lexers, which are added to the sphinx app in ` conf.py `
18+
19+ ## v1.2.1 - 2020-08-20
420
521π FIX: Remove ` app.add_javascript ` use for sphinx v2
622
7- ## v1.2.0
23+ ## v1.2.0 - 2020-08-18
824
925` sphinx-tabs ` has now moved to the [ EBP organisation] ( https://executablebooks.org ) π
1026
Original file line number Diff line number Diff line change 1- __version__ = "1.2.1 "
1+ __version__ = "1.3.0 "
22
33__import__ ("pkg_resources" ).declare_namespace (__name__ )
You canβt perform that action at this time.
0 commit comments