Skip to content

Commit

Permalink
MNT emoji extension of mkdoc material
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentzenchr committed Nov 30, 2023
1 parent 0a04590 commit 78b74cb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ markdown_extensions:
- pymdownx.caret
- pymdownx.details
- 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
- pymdownx.highlight:
use_pygments: true
- pymdownx.inlinehilite
Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@ no-cov = "cov --no-cov"

[tool.hatch.envs.docs]
dependencies = [
"mkdocs-material~=9.1.6",
"mkdocstrings[python]>=0.20",
"mkdocs-gen-files>=0.4.0",
"mkdocs-literate-nav>=0.6.0",
"mkdocs-section-index>=0.3.5",
"mkdocs-jupyter>=0.24.1",
"mkdocs-material~=9.4.14",
"mkdocstrings[python]>=0.24",
"mkdocs-gen-files>=0.5.0",
"mkdocs-literate-nav>=0.6.1",
"mkdocs-section-index>=0.3.8",
"mkdocs-jupyter>=0.24.6",
]
extra-dependencies = [
"scikit-learn>=1.3.0", # for Gamma deviance in HistGradientBoostingRegressor
Expand Down

0 comments on commit 78b74cb

Please sign in to comment.