Skip to content

Commit

Permalink
Make sass silent for deprecation warnings (#6523)
Browse files Browse the repository at this point in the history
We will remove it after just-the-docs/just-the-docs#1548 merged. and jekyll/jekyll#9686 fixed completely
  • Loading branch information
usta authored Jan 9, 2025
1 parent 69e72b4 commit d4d298f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ plugins:
- jekyll-last-modified-at
- jemoji

# This part is to silent sass deprecating warnings
# remove after they fix it
# https://github.com/just-the-docs/just-the-docs/pull/1548
# and https://github.com/jekyll/jekyll/issues/9686
sass:
quiet_deps: true

# just-the-docs settings, see https://just-the-docs.com/
theme: just-the-docs
Expand Down

0 comments on commit d4d298f

Please sign in to comment.