Skip to content

Commit

Permalink
Bump version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Revathyvenugopal162 committed Jan 23, 2023
1 parent 89f54dd commit c4e342a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Consider using the ``conf.py`` for this repository:

.. literalinclude:: ../conf.py
:language: python

.. toctree::
:hidden:
:maxdepth: 2
Expand Down
2 changes: 1 addition & 1 deletion src/ansys_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from ansys_sphinx_theme.latex import generate_404 # noqa: F401

__version__ = "0.8.0"
__version__ = "0.8.1"

# get location of this directory
_this_path = os.path.dirname(os.path.realpath(__file__))
Expand Down
10 changes: 10 additions & 0 deletions src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -855,4 +855,14 @@ max-width: 220px;
margin-left: auto;
margin-right: auto;
font-family: var(--pst-font-family-base);
}

div.deprecated {
border-color: var(--pst-color-danger);
background-color: #dc354514;
}

div.versionadded {
border-color: var(--pst-color-success);
background: #88ca881f;
}

0 comments on commit c4e342a

Please sign in to comment.