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 5b2f4ee commit 0b04c8eCopy full SHA for 0b04c8e
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## 3.3.1 - 2022-03-17
4
+
5
+### Fixed
6
7
+* Inserting CSS at the start of the static path list, so that it can be overwritten
8
+* Assume light theme is the default, even when browser setting prefers dark. Necessary when most sphinx themes don't set `data-theme`.
9
10
## 3.3.0 - 2022-03-09
11
12
### Added
sphinx_tabs/__init__.py
@@ -1,3 +1,3 @@
-__version__ = "3.3.0"
+__version__ = "3.3.1"
__import__("pkg_resources").declare_namespace(__name__)
0 commit comments