diff --git a/source/conf.py b/source/conf.py index b5f5bfa95b653853d6891c023dab5690912857ba..52e5ba1b1fc153c3fce5b4b9e5fc9584036aabaa 100644 --- a/source/conf.py +++ b/source/conf.py @@ -42,6 +42,10 @@ extensions = [ 'sphinx.ext.napoleon', ] +# napoleon configuration +napoleon_use_admonition_for_examples = True + + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']