Skip to content

Commit 8c60224

Browse files
docs: update html_context with PyAnsys tags (#2564)
1 parent 5c85740 commit 8c60224

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,3 +421,8 @@ def setup(app):
421421
extensions.extend(["sphinx_gallery.gen_gallery"])
422422

423423
print(f"{extensions=}")
424+
425+
# PyAnsys tags configuration
426+
html_context = {
427+
"pyansys_tags": ['Structures']
428+
}

0 commit comments

Comments
 (0)