We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00b46d commit 8303e18Copy full SHA for 8303e18
sphinx_nekochan/__init__.py
@@ -182,7 +182,7 @@ def run(self) -> list[nodes.Node]:
182
js = """<script src="https://cdnjs.cloudflare.com/ajax/libs/list.js/2.3.1/list.min.js"></script>
183
<script>
184
var options = {valueNames: ['name', 'aliases']};
185
-var userList = new List('users', options);
+var userList = new List('nekochan', options);
186
</script>"""
187
search_text = '<input class="search" placeholder="Search" />'
188
js_node = nodes.raw("", nodes.Text(js), format="html")
0 commit comments