diff --git a/doc/source/conf.py b/doc/source/conf.py index 8d17db06f..9ade67a1c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -329,3 +329,8 @@ def reset_servers(gallery_conf, fname, when): # A list of files that should not be packed into the epub file. epub_exclude_files = ["search.html"] + +# PyAnsys tags configuration +html_context = { + "pyansys_tags": ['Structures'] +}