Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Oct 20, 2023
1 parent 9d62c6e commit 6d386e0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
9 changes: 5 additions & 4 deletions docs/blog/.authors.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ofek:
name: Ofek Lev
description: Creator
avatar: https://avatars.githubusercontent.com/u/9677399
authors:
ofek:
name: Ofek Lev
description: Creator
avatar: https://avatars.githubusercontent.com/u/9677399
16 changes: 8 additions & 8 deletions hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,21 @@ all = [

[envs.docs]
dependencies = [
"mkdocs~=1.4.3",
"mkdocs-material~=9.1.0",
"mkdocs~=1.5.3",
"mkdocs-material~=9.4.6",
# Plugins
"mkdocs-minify-plugin~=0.6.4",
"mkdocs-git-revision-date-localized-plugin~=1.2.0",
"mkdocstrings-python~=1.2.1",
"mkdocs-minify-plugin~=0.7.1",
"mkdocs-git-revision-date-localized-plugin~=1.2.1",
"mkdocstrings-python~=1.7.3",
"mkdocs-redirects~=1.2.1",
"mkdocs-glightbox~=0.3.4",
# https://github.com/jimporter/mike/issues/82#issuecomment-1172913929
"mike @ https://github.com/jimporter/mike/archive/be1aafe244bc86172fbce52a903c9ab83e2e4a26.zip",
# Extensions
"mkdocs-click~=0.8.0",
"pymdown-extensions~=10.1.0",
"mkdocs-click~=0.8.1",
"pymdown-extensions~=10.3.1",
# Necessary for syntax highlighting in code blocks
"pygments~=2.15.1",
"pygments~=2.16.1",
# Validation
# https://github.com/linkchecker/linkchecker/pull/669#issuecomment-1267236287
"linkchecker @ git+https://github.com/linkchecker/linkchecker.git@d9265bb71c2054bf57b8c5734a4825d62505c779",
Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ markdown_extensions:
- pymdownx.emoji:
# https://github.com/twitter/twemoji
# https://raw.githubusercontent.com/facelessuser/pymdown-extensions/master/pymdownx/twemoji_db.py
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:
guess_lang: false
linenums_style: pymdownx-inline
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_mkdocs_material_insiders.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

TOKEN = os.environ.get('GH_TOKEN_MKDOCS_MATERIAL_INSIDERS', '')
DEP_REF = f'git+https://{TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git'
GIT_REF = 'd03fc7efdb0f1432b8170a4e12285971bd6cdcb2'
GIT_REF = '458242c58db8e47ee5a51cd7c8853d7ff40567ab'


def main():
Expand Down

0 comments on commit 6d386e0

Please sign in to comment.