Skip to content

Commit

Permalink
Docs/fix (#646)
Browse files Browse the repository at this point in the history
* Fix deprecation warning mkdocs 9.4+

* Fix link to documentation
  • Loading branch information
PGijsbers authored Nov 7, 2024
1 parent 0df26b2 commit 7e6b665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/website/scripts/navigation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ url = "papers.html"
[[pages]]
name = "user guide"
icon = "../img/icons/book-open.svg"
url = "user_guide.html"
url = "docs/index.html"

[[pages]]
name = "contributing"
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ markdown_extensions:
- pymdownx.tabbed:
alternate_style: 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

0 comments on commit 7e6b665

Please sign in to comment.