Skip to content

Commit ea53721

Browse files
Docs: Switch to furo-ys for YoscryptLexer
1 parent 16cbd56 commit ea53721

File tree

2 files changed

+1
-74
lines changed

2 files changed

+1
-74
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ def setup(app: Sphinx) -> None:
5757
from util.RtlilLexer import RtlilLexer
5858
app.add_lexer("RTLIL", RtlilLexer)
5959

60-
from util.YoscryptLexer import YoscryptLexer
60+
from furo_ys.lexers.YoscryptLexer import YoscryptLexer
6161
app.add_lexer("yoscrypt", YoscryptLexer)

docs/util/YoscryptLexer.py

-73
This file was deleted.

0 commit comments

Comments
 (0)