Skip to content

Commit

Permalink
lock myst_parser version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanne-opseth-rygg-4ss committed Oct 30, 2023
1 parent 7c95194 commit 13cd7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install build sphinx==5.3.0 pydata_sphinx_theme==0.11.0
python -m pip install --upgrade myst_parser
python -m pip install --upgrade myst_parser<2.0
- name: Get new version number from input
id: version_number
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ changedir = docs
deps =
sphinx==5.3.0
pydata_sphinx_theme==0.11.0
myst_parser
myst_parser<2.0
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

0 comments on commit 13cd7ef

Please sign in to comment.