Skip to content

Commit

Permalink
update mkdocs deps to fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
apirogov committed Nov 29, 2023
1 parent 2ce037d commit 2e39e19
Show file tree
Hide file tree
Showing 4 changed files with 555 additions and 563 deletions.
18 changes: 2 additions & 16 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,20 +63,6 @@
"runtimePlatform": "Python 3",
"softwareHelp": "https://materials-data-science-and-informatics.github.io/somesy",
"softwareRequirements": [
{
"@type": "SoftwareApplication",
"identifier": "'version':",
"name": "'version':",
"runtimePlatform": "Python 3",
"version": "'^0.7.0'}"
},
{
"@type": "SoftwareApplication",
"identifier": "'version':",
"name": "'version':",
"runtimePlatform": "Python 3",
"version": "'^2.4.2'}"
},
{
"@type": "SoftwareApplication",
"identifier": "cffconvert",
Expand Down Expand Up @@ -117,7 +103,7 @@
"identifier": "pydantic",
"name": "pydantic",
"runtimePlatform": "Python 3",
"version": "{'extras': ['email'"
"version": "^2.4.2"
},
{
"@type": "SoftwareApplication",
Expand Down Expand Up @@ -152,7 +138,7 @@
"identifier": "typer",
"name": "typer",
"runtimePlatform": "Python 3",
"version": "{'extras': ['all'"
"version": "^0.7.0"
},
{
"@type": "SoftwareApplication",
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ markdown_extensions:
check_paths: true
# Icons and Emoji: https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/
- 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

plugins:
# default search box (must be listed if plugins are added)
Expand Down
Loading

0 comments on commit 2e39e19

Please sign in to comment.