Skip to content

Commit 3837123

Browse files
Bump version 0.7.2
1 parent 0d6df35 commit 3837123

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/ansys_sphinx_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from ansys_sphinx_theme.latex import generate_404 # noqa: F401
66

7-
__version__ = "0.7.1"
7+
__version__ = "0.7.2"
88

99
# get location of this directory
1010
_this_path = os.path.dirname(os.path.realpath(__file__))

src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,6 @@ html[data-theme="dark"] .highlight pre {
815815
z-index: 2;
816816
color: var(--pst-color-text-base)!important;
817817
}
818-
819818
table.dataframe {
820819
table-layout: auto !important;
821820
}

0 commit comments

Comments
 (0)