Skip to content

Commit

Permalink
release: bump version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto authored and Revathyvenugopal162 committed Sep 18, 2024
1 parent 5a51f86 commit f5584d6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changelog.d/503.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix: do not display captions for nbgallery
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
[project]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "ansys-sphinx-theme"
version = "1.0.9"
version = "1.0.10"
description = "A theme devised by ANSYS, Inc. for Sphinx documentation."
readme = "README.rst"
requires-python = ">=3.9,<4"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
* Overrides the default CSS for https://nbsphinx.readthedocs.io/ extension.
*/

/*
* Do not display the caption paragraph in the body content for 'nbgallery'
*/
.toctree-wrapper > p.caption {
display: none;
}

0 comments on commit f5584d6

Please sign in to comment.