Skip to content

Commit

Permalink
fix myst parser version print
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisNe committed Jan 11, 2025
1 parent 1f621bb commit 3d372b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ build:
post_install:
# Install project's dependencies
- poetry install --with docs
- python -c "import myst_parser; print(myst_parser.__version__)"
- poetry run python -c "import myst_parser; print(myst_parser.__version__)"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit 3d372b2

Please sign in to comment.