Skip to content

Commit e7ba59c

Browse files
ver: bump version 0.15.2
1 parent 2caa957 commit e7ba59c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

pyproject.toml

+1-1
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 = "0.15.1"
8+
version = "0.15.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/ansys_sphinx_theme.css

+10
Original file line numberDiff line numberDiff line change
@@ -1161,3 +1161,13 @@ a:visited:hover {
11611161
.bd-sidebar-primary {
11621162
padding: 0.5rem;
11631163
}
1164+
1165+
/* Do not display object domain namespace when documenting objects.
1166+
1167+
Example: class ansys.module.foo.Foo.method -> method
1168+
1169+
*/
1170+
1171+
.sig-prename.descclassname {
1172+
display: none;
1173+
}

0 commit comments

Comments
 (0)