Skip to content

Commit

Permalink
Replace more icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Jun 23, 2024
1 parent 8803b58 commit 7886493
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,36 @@
"icon": "fontawesome/solid/triangle-exclamation",
"override": True,
},
{
"name": "info",
"icon": "fontawesome/solid/circle-info",
"override": True,
},
{
"name": "tip",
"icon": "fontawesome/regular/lightbulb",
"override": True,
},
{
"name": "abstract",
"icon": "fontawesome/regular/file-lines",
"override": True,
},
{
"name": "important",
"icon": "fontawesome/solid/bolt",
"override": True,
},
{
"name": "example",
"icon": "fontawesome/solid/terminal",
"override": True,
},
{
"name": "quote",
"icon": "fontawesome/solid/quote-left",
"override": True,
},
{
"name": "seealso",
"title": "See also",
Expand Down

0 comments on commit 7886493

Please sign in to comment.