From 826702bbe9bad966656b2baf2d2a67357714759e Mon Sep 17 00:00:00 2001 From: PyAnsys Automation bot <214123248+pyansys-automation@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:38:32 +0200 Subject: [PATCH 1/2] docs: update html_context with PyAnsys tags --- doc/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e696f99737..2979c6604e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -370,6 +370,7 @@ def setup(app): "github_version": BRANCH, "doc_path": DOC_PATH, "source_path": "src", + "pyansys_tags": ['Electronics'], } # specify the location of your github repo @@ -421,4 +422,4 @@ def setup(app): # change the preamble of latex with customized title page # variables are the title of pdf, watermark -latex_elements = {"preamble": latex.generate_preamble(html_title)} +latex_elements = {"preamble": latex.generate_preamble(html_title)} \ No newline at end of file From a731dfeedcc2746f9bd1c303bd0571df9c0f2bc2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:40:17 +0000 Subject: [PATCH 2/2] MISC: Auto fixes from pre-commit.com hooks For more information, see https://pre-commit.ci --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2979c6604e..b0dacafe6d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -370,7 +370,7 @@ def setup(app): "github_version": BRANCH, "doc_path": DOC_PATH, "source_path": "src", - "pyansys_tags": ['Electronics'], + "pyansys_tags": ["Electronics"], } # specify the location of your github repo @@ -422,4 +422,4 @@ def setup(app): # change the preamble of latex with customized title page # variables are the title of pdf, watermark -latex_elements = {"preamble": latex.generate_preamble(html_title)} \ No newline at end of file +latex_elements = {"preamble": latex.generate_preamble(html_title)}