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 2db3551 commit 546f52fCopy full SHA for 546f52f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## v1.2.1
4
+
5
+🐛 FIX: Remove `app.add_javascript` use for sphinx v2
6
7
## v1.2.0
8
9
`sphinx-tabs` has now moved to the [EBP organisation](https://executablebooks.org) 🎉
sphinx_tabs/__init__.py
@@ -1,3 +1,3 @@
-__version__ = "1.2.0"
+__version__ = "1.2.1"
__import__("pkg_resources").declare_namespace(__name__)
0 commit comments