Skip to content

Commit c77540d

Browse files
docs: update html_context with PyAnsys tags (#893)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent a585f41 commit c77540d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/changelog/893.documentation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update ``html_context`` with PyAnsys tags

doc/source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@
112112
"github_repo": "pydyna",
113113
"github_version": "main",
114114
"doc_path": "doc/source",
115+
"pyansys_tags": [
116+
"Structures"
117+
]
115118
}
116119
html_theme_options = {
117120
"logo": "pyansys",
@@ -212,4 +215,4 @@ def skip_run_subpackage(app, what, name, obj, skip, options):
212215

213216
def setup(sphinx):
214217
"""Add custom extensions to Sphinx."""
215-
sphinx.connect("autoapi-skip-member", skip_run_subpackage)
218+
sphinx.connect("autoapi-skip-member", skip_run_subpackage)

0 commit comments

Comments
 (0)