mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 15:14:19 -05:00
Move some MkDocs responsibilities around (#5542)
## Summary Note that I've also changed from `mkdocs serve` to `mkdocs serve -f mkdocs.generated.yml` to be clearer that this is a generated file.
This commit is contained in:
@@ -23,7 +23,7 @@ theme:
|
||||
toggle:
|
||||
icon: material/weather-night
|
||||
name: Switch to light mode
|
||||
custom_dir: .overrides
|
||||
custom_dir: docs/.overrides
|
||||
repo_url: https://github.com/astral-sh/ruff
|
||||
repo_name: ruff
|
||||
site_author: charliermarsh
|
||||
@@ -50,3 +50,6 @@ plugins:
|
||||
- search
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
extra:
|
||||
analytics:
|
||||
provider: fathom
|
||||
|
||||
Reference in New Issue
Block a user