Skip to content

Commit

Permalink
Add .. nomenclature directive
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Sep 5, 2024
1 parent 1990c05 commit adc7e56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,13 @@
"icon": "fontawesome/regular/star",
"color": (255, 233, 3), # Gold
},
{
"name": "nomenclature",
"title": "Variable nomenclature",
"classes": ["collapsible"],
"icon": "fontawesome/solid/arrow-down-a-z",
"color": (108, 117, 125), # --sd-color-secondary
},
{
"name": "fast-performance",
"title": "Faster performance",
Expand Down

0 comments on commit adc7e56

Please sign in to comment.