Skip to content

Commit f16183c

Browse files
release: bump version 1.0.2
1 parent d719ba0 commit f16183c

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

doc/changelog.d/450.fixed.md

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

doc/source/user-guide/options.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Here is an example of how to add the ``cheatsheet`` dictionary to the `html_them
227227
Here is an example of how to show a thumbnail of a PyMAPDL cheat sheet in the left navigation pane of its
228228
main ``index.rst`` file and the ``learning.rst`` file in its "Getting started" section:
229229

230-
.. code-block:: python
230+
.. code-block:: python
231231
232232
html_theme_options = (
233233
{

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.1"
8+
version = "1.0.2"
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-design.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ blockquote {
2727
background-color: var(--pst-color-background);
2828
}
2929

30-
html[data-theme="dark"] .sd-card-img-top[src*=".png"] {
31-
filter: invert(0.82) brightness(0.8) contrast(1.2);
32-
}
33-
3430
/* Media query for medium-sized screens */
3531
@media screen and (max-width: 768px) {
3632
.sd-card .sd-card-header {

0 commit comments

Comments
 (0)