Skip to content

Commit c4e342a

Browse files
Bump version 0.8.1
1 parent 89f54dd commit c4e342a

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

doc/source/getting_started/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Consider using the ``conf.py`` for this repository:
2828

2929
.. literalinclude:: ../conf.py
3030
:language: python
31-
31+
3232
.. toctree::
3333
:hidden:
3434
:maxdepth: 2

src/ansys_sphinx_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from ansys_sphinx_theme.latex import generate_404 # noqa: F401
66

7-
__version__ = "0.8.0"
7+
__version__ = "0.8.1"
88

99
# get location of this directory
1010
_this_path = os.path.dirname(os.path.realpath(__file__))

src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,4 +855,14 @@ max-width: 220px;
855855
margin-left: auto;
856856
margin-right: auto;
857857
font-family: var(--pst-font-family-base);
858+
}
859+
860+
div.deprecated {
861+
border-color: var(--pst-color-danger);
862+
background-color: #dc354514;
863+
}
864+
865+
div.versionadded {
866+
border-color: var(--pst-color-success);
867+
background: #88ca881f;
858868
}

0 commit comments

Comments
 (0)