File tree 2 files changed +11
-1
lines changed
src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static/css
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
5
[project ]
6
6
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
7
7
name = " ansys-sphinx-theme"
8
- version = " 0.15.1 "
8
+ version = " 0.15.2 "
9
9
description = " A theme devised by ANSYS, Inc. for Sphinx documentation."
10
10
readme = " README.rst"
11
11
requires-python = " >=3.9,<4"
Original file line number Diff line number Diff line change @@ -1161,3 +1161,13 @@ a:visited:hover {
1161
1161
.bd-sidebar-primary {
1162
1162
padding : 0.5rem ;
1163
1163
}
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
+ }
You can’t perform that action at this time.
0 commit comments