Skip to content

Commit f5584d6

Browse files
jorgepilotoRevathyvenugopal162
authored andcommitted
release: bump version 1.0.10
1 parent 5a51f86 commit f5584d6

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

doc/changelog.d/503.fixed.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: do not display captions for nbgallery

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 = "1.0.9"
8+
version = "1.0.10"
99
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
1010
readme = "README.rst"
1111
requires-python = ">=3.9,<4"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
}

0 commit comments

Comments
 (0)