mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:39 +00:00
Disable the typeset plugin (#13517)
## Summary There seems to be a bad interaction between enabling anchorlinks and the `typeset` plugin. I think the former is more important than the latter... so disabling the latter for now. ## Test Plan Before:  After: 
This commit is contained in:
parent
7c83af419c
commit
d7ffe46054
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ markdown_extensions:
|
|||
alternate_style: true
|
||||
plugins:
|
||||
- search
|
||||
- typeset
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
extra_javascript:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue