We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d9c21 commit 24ba620Copy full SHA for 24ba620
src/sphinxnotes/any/indexers.py
@@ -24,7 +24,8 @@ def classify(self, objref: Value) -> list[Category]:
24
return entries
25
26
def anchor(self, refval: str) -> str:
27
- return refval
+ # https://github.com/sphinx-doc/sphinx/blob/df3d94ffdad09cc2592caccd179004e31aa63227/sphinx/themes/basic/domainindex.html#L28
28
+ return 'cap-' + refval
29
30
31
DEFAULT_INDEXER = LiteralIndexer()
0 commit comments