Skip to content

Commit

Permalink
Change version myst_parser (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanne-opseth-rygg-4ss authored Oct 31, 2023
1 parent 931082c commit 09e5b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ jobs:
- name: Install dependencies
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<2.0
python -m pip install build sphinx==5.3.0 pydata_sphinx_theme==0.11.0 myst_parser
- 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<2.0
myst_parser < 2.0
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

0 comments on commit 09e5b7b

Please sign in to comment.