We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f54dd commit 335ce2aCopy full SHA for 335ce2a
doc/source/getting_started/index.rst
@@ -28,7 +28,7 @@ Consider using the ``conf.py`` for this repository:
28
29
.. literalinclude:: ../conf.py
30
:language: python
31
-
+
32
.. toctree::
33
:hidden:
34
:maxdepth: 2
src/ansys_sphinx_theme/static/css/ansys_sphinx_theme.css
@@ -855,4 +855,14 @@ max-width: 220px;
855
margin-left: auto;
856
margin-right: auto;
857
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;
868
}
0 commit comments