Skip to content

Commit

Permalink
Docs: Switch to furo-ys for YoscryptLexer
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Jun 8, 2024
1 parent 16cbd56 commit ea53721
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 74 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ def setup(app: Sphinx) -> None:
from util.RtlilLexer import RtlilLexer
app.add_lexer("RTLIL", RtlilLexer)

from util.YoscryptLexer import YoscryptLexer
from furo_ys.lexers.YoscryptLexer import YoscryptLexer
app.add_lexer("yoscrypt", YoscryptLexer)
73 changes: 0 additions & 73 deletions docs/util/YoscryptLexer.py

This file was deleted.

0 comments on commit ea53721

Please sign in to comment.