Skip to content

Commit 572708a

Browse files
release: bump version 1.0.4
1 parent 902671e commit 572708a

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

doc/changelog.d/460.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: tables and cell output

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 = "1.0.3"
8+
version = "1.0.4"
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/pydata-sphinx-theme-custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ a > code {
463463

464464
code.literal {
465465
color: var(--ast-color-inline-code);
466+
font-family: "open sans", sans-serif;
466467
}
467468

468469
nav.bd-links li > a:focus-visible,

src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/sphinx-gallery.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ div.sphx-glr-download a {
4949
display: flex;
5050
flex-direction: row;
5151
flex-wrap: wrap;
52-
align-content: flex-start;
53-
justify-content: center;
52+
align-content: center;
53+
justify-content: flex-start;
5454
gap: 10px;
5555
margin: initial;
5656
}

src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css/table-custom.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
overflow-y: scroll;
1414
scrollbar-width: none;
1515
-ms-overflow-style: none;
16-
padding: 0px 16px;
1716
border-color: var(--ast-table-outer-border);
1817
background-color: var(--ast-color-table-background);
1918
}

0 commit comments

Comments
 (0)