diff --git a/doc/source/conf.py b/doc/source/conf.py index 3293be97668..35f0b64975c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -421,3 +421,8 @@ def setup(app): extensions.extend(["sphinx_gallery.gen_gallery"]) print(f"{extensions=}") + +# PyAnsys tags configuration +html_context = { + "pyansys_tags": ['Structures'] +}