Skip to content

Commit 15b71da

Browse files
release: bump version 0.16.5
1 parent 024231e commit 15b71da

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

doc/changelog.d/393.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: sphinx design card font size

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "ansys-sphinx-theme"
8-
version = "0.16.4"
8+
version = "0.16.5"
99
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
1010
readme = "README.rst"
1111
requires-python = ">=3.9,<4"

src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ span.highlighted {
199199
color: var(--pst-color-inline-code);
200200
font-family: var(--pst-font-family-monospace);
201201
font-weight: 500;
202-
font-size: 87.5%;
203202
}
204203

205204
code.literal {
@@ -873,7 +872,6 @@ blockquote {
873872
}
874873
.sd-sphinx-override,
875874
.sd-sphinx-override * {
876-
font-size: medium;
877875
flex: auto;
878876
}
879877

@@ -929,11 +927,6 @@ blockquote {
929927
background-color: var(--pst-color-background) !important;
930928
}
931929

932-
/* hide the file name from card with clickable link footer in sphinx design */
933-
.sd-hide-link-text {
934-
display: none;
935-
}
936-
937930
.bd-content .sd-card .sd-card-header {
938931
border: none;
939932
background-color: transparent;

0 commit comments

Comments
 (0)