diff --git a/src/conf.py b/src/conf.py index f59ef97..6022e68 100644 --- a/src/conf.py +++ b/src/conf.py @@ -100,6 +100,7 @@ dict(name="reduce-human-error", description="Reducing human error guideline"), dict(name="numerics", description="Numerics-related guideline"), dict(name="undefined-behavior", description="Numerics-related guideline"), + dict(name="stack-overflow", description="Stack-overflow-related guideline"), dict(name="defect", description="Guideline associated with the language-subset profile"), dict(name="subset", description="Guideline associated with the defect-prevention profile"),