File tree 3 files changed +12
-1
lines changed
src/ansys_sphinx_theme/theme/ansys_sphinx_theme/static
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ fix: do not display captions for nbgallery
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 = " 1.0.9 "
8
+ version = " 1.0.10 "
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
1
+ /*
2
+ * Overrides the default CSS for https://nbsphinx.readthedocs.io/ extension.
3
+ */
4
+
5
+ /*
6
+ * Do not display the caption paragraph in the body content for 'nbgallery'
7
+ */
8
+ .toctree-wrapper > p .caption {
9
+ display : none;
10
+ }
You can’t perform that action at this time.
0 commit comments