From a6bf5cddd312f07e0aaebc452aa9c5a8a8179a0a Mon Sep 17 00:00:00 2001 From: PyAnsys Automation bot <214123248+pyansys-automation@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:37:45 +0200 Subject: [PATCH] docs: update html_context with PyAnsys tags --- doc/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) 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'] +}