Skip to content

Commit

Permalink
fix: deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Mar 11, 2024
1 parent 110c5ea commit ca71475
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ copyright: "Copyright © 2019-2022 CERN, Northwestern University and contrib
# Configuration
theme:
name: "material"
custom_dir: "theme"
custom_dir: "theme/"
palette:
primary: "white"
accent: "white"
Expand Down Expand Up @@ -233,5 +233,5 @@ markdown_extensions:
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# under the terms of the MIT License; see LICENSE file for more details.

mkdocs>=1.0.4
mkdocs-material>=7.2.1,<7.2.3
jinja2<3.1
mkdocs-material>=7.2.1
jinja2>3.1

0 comments on commit ca71475

Please sign in to comment.