Skip to content

Commit be2ca19

Browse files
release: Bump version 1.0.8
1 parent c6dd577 commit be2ca19

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

doc/changelog.d/490.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: the download in sphinx gallery

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.7"
8+
version = "1.0.8"
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/sphinx-gallery.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,17 @@ div.sphx-glr-download a {
5050
background-color: var(--ast-sphinx-gallery-download-background);
5151
color: var(--ast-sphinx-gallery-download-text);
5252
}
53+
54+
div.sphx-glr-footer {
55+
text-align: center;
56+
display: flex;
57+
gap: 10px;
58+
align-content: center;
59+
justify-content: center;
60+
flex-wrap: wrap;
61+
flex-direction: row;
62+
}
63+
64+
div.sphx-glr-download {
65+
margin: 0px;
66+
}

0 commit comments

Comments
 (0)