Skip to content

Commit

Permalink
Change seealso admonition icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Nov 16, 2022
1 parent 4cbbf30 commit 66e6c1e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,16 @@
("py:.*", dict(include_rubrics_in_toc=True)),
]

sphinx_immaterial_custom_admonitions = [
{
"name": "seealso",
"title": "See also",
"classes": ["collapsible"],
"icon": "fontawesome/regular/eye",
"override": True,
},
]


# -- Monkey-patching ---------------------------------------------------------

Expand Down

0 comments on commit 66e6c1e

Please sign in to comment.