We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16cbd56 commit ea53721Copy full SHA for ea53721
docs/source/conf.py
@@ -57,5 +57,5 @@ def setup(app: Sphinx) -> None:
57
from util.RtlilLexer import RtlilLexer
58
app.add_lexer("RTLIL", RtlilLexer)
59
60
- from util.YoscryptLexer import YoscryptLexer
+ from furo_ys.lexers.YoscryptLexer import YoscryptLexer
61
app.add_lexer("yoscrypt", YoscryptLexer)
docs/util/YoscryptLexer.py
0 commit comments