Skip to content

Commit

Permalink
Version downgrade to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
634-5789 committed Jun 21, 2022
1 parent bbd4e38 commit 9f4ad23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/mkdocs-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# We're using mkdocs for creating the static pages
# We don't pin this dependency as this is not relevant for either testing or
# production. Therefore it's easier to simply let it upgrade automatically:
pip3 install mkdocs mkdocs-video mdx_truly_sane_lists
pip3 install mkdocs==1.2.4 mkdocs-video mdx_truly_sane_lists
# At the sime of this comment, we had: mkdocs==1.2.3


Expand All @@ -33,5 +33,5 @@ fi

mkdocs $1 $2

# Potentially, we could rollback here the changes but that would be anoying if you want
# Potentially, we could rollback here the changes but that would be anoying if you want
# to edit files.

0 comments on commit 9f4ad23

Please sign in to comment.