Skip to content

Commit ec6b6a4

Browse files
committed
[conf] Disable isso voting at client side
1 parent 7f3e8f8 commit ec6b6a4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,9 @@
265265
if _D.is_public():
266266
extensions.append('sphinxnotes.isso')
267267
isso_url = 'https://comments.silverrainz.me:30500'
268+
isso_client_config = {
269+
'data-isso-vote': 'false', # disable voting as the css is broken
270+
}
268271
isso_include_patterns = ['**',]
269272
isso_exclude_patterns = ['index', 'in/**']
270273

0 commit comments

Comments
 (0)