Skip to content

Commit

Permalink
update docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Apr 24, 2024
1 parent ee3cc02 commit f5da12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ check = "mypy --install-types --non-interactive {args:backend/src/hatchling src/
[envs.docs]
dependencies = [
"mkdocs~=1.5.3",
"mkdocs-material~=9.5.1",
"mkdocs-material~=9.5.16",
# Plugins
"mkdocs-minify-plugin~=0.7.1",
"mkdocs-git-revision-date-localized-plugin~=1.2.1",
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 = '4aa87aab257ebbfd458fe1a36027391a1e8d96e7'
GIT_REF = '5ea838ccf4ac5085dc42cf1fbabe52c18653e8a6'


def main():
Expand Down

0 comments on commit f5da12a

Please sign in to comment.