Skip to content

Commit 3c82070

Browse files
authored
ci(style): fix style check for doc/conf.py (#909)
1 parent 01e4a9d commit 3c82070

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/source/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,4 @@ def reset_servers(gallery_conf, fname, when):
331331
epub_exclude_files = ["search.html"]
332332

333333
# PyAnsys tags configuration
334-
html_context = {
335-
"pyansys_tags": ['Structures']
336-
}
334+
html_context = {"pyansys_tags": ["Structures"]}

0 commit comments

Comments
 (0)