File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed
src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1+ fix: sphinx design image background
Original file line number Diff line number Diff 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
228228main ``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 {
Original file line number Diff line number Diff 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
77name = " ansys-sphinx-theme"
8- version = " 1.0.1 "
8+ version = " 1.0.2 "
99description = " A theme devised by ANSYS, Inc. for Sphinx documentation."
1010readme = " README.rst"
1111requires-python = " >=3.9,<4"
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments