Skip to content

Commit 97488a8

Browse files
docs: update html_context with PyAnsys tags (#902)
1 parent ae4697e commit 97488a8

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
@@ -329,3 +329,8 @@ def reset_servers(gallery_conf, fname, when):
329329

330330
# A list of files that should not be packed into the epub file.
331331
epub_exclude_files = ["search.html"]
332+
333+
# PyAnsys tags configuration
334+
html_context = {
335+
"pyansys_tags": ['Structures']
336+
}

0 commit comments

Comments
 (0)