From 9893487894c67418ce6b8a3ca1f96d62e51d9721 Mon Sep 17 00:00:00 2001 From: PyAnsys Automation bot <214123248+pyansys-automation@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:39:49 +0200 Subject: [PATCH 1/3] docs: update html_context with PyAnsys tags --- doc/source/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index f61ebaeb2..268c2ce6f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -209,6 +209,9 @@ "github_repo": "pymechanical", "github_version": "main", "doc_path": "doc/source", + "pyansys_tags": [ + "Structures" + ] } html_theme_options = { "logo": "pyansys", @@ -346,4 +349,4 @@ if switcher_version != "dev": linkcheck_ignore.append( f"https://github.com/ansys/pymechanical/releases/tag/v{pymechanical.__version__}" - ) + ) \ No newline at end of file From a4cb926bf8d83484509c69beb4754fd341a599e8 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:40:48 +0000 Subject: [PATCH 2/3] chore: adding changelog file 1291.documentation.md [dependabot-skip] --- doc/changelog.d/1291.documentation.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1291.documentation.md diff --git a/doc/changelog.d/1291.documentation.md b/doc/changelog.d/1291.documentation.md new file mode 100644 index 000000000..b0fe7b3b1 --- /dev/null +++ b/doc/changelog.d/1291.documentation.md @@ -0,0 +1 @@ +Update ``html_context`` with PyAnsys tags From aa194f0a73ff6592f00385f60bad25380add54ff 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:43:52 +0000 Subject: [PATCH 3/3] chore: auto fixes from pre-commit hooks --- doc/source/conf.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 268c2ce6f..373a1ffcf 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -209,9 +209,7 @@ "github_repo": "pymechanical", "github_version": "main", "doc_path": "doc/source", - "pyansys_tags": [ - "Structures" - ] + "pyansys_tags": ["Structures"], } html_theme_options = { "logo": "pyansys", @@ -349,4 +347,4 @@ if switcher_version != "dev": linkcheck_ignore.append( f"https://github.com/ansys/pymechanical/releases/tag/v{pymechanical.__version__}" - ) \ No newline at end of file + )