Skip to content

Commit 16790f1

Browse files
feat: bump version 1.5.1
1 parent 9bd1c4e commit 16790f1

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

doc/changelog.d/714.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
revert the main content style

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ theme-name = "ansys_sphinx_theme"
1111
[project]
1212
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
1313
name = "ansys-sphinx-theme"
14-
version = "1.5.0"
14+
version = "1.5.1"
1515
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
1616
readme = "README.rst"
1717
requires-python = ">=3.10,<4"

src/ansys_sphinx_theme/assets/styles/ansys-sphinx-theme.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ p.rubric {
5151
text-align: center;
5252
}
5353

54-
.bd-main .bd-content {
55-
justify-content: center;
56-
}
57-
5854
/* Back to top button */
5955
#pst-back-to-top {
6056
background: var(--ast-color-active-text);

0 commit comments

Comments
 (0)