Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix workflow by installing myst_parser for Sphinx #8

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

kennylajara
Copy link
Owner

Added the installation of myst_parser to the CI workflow to resolve an issue preventing the documentation build from running correctly. This parser allows Markdown support in Sphinx, enhancing the flexibility and readability of the documentation.

  • Updated CI configuration to include python -m install myst_parser.
  • Ensured successful build and upload of Sphinx documentation.

This fix addresses the workflow problem and ensures continuous and automated updates of WML documentation.

Added the installation of `myst_parser` to the CI workflow to resolve an issue preventing the documentation build from running correctly. This parser allows Markdown support in Sphinx, enhancing the flexibility and readability of the documentation.

- Updated CI configuration to include `python -m install myst_parser`.
- Ensured successful build and upload of Sphinx documentation.

This fix addresses the workflow problem and ensures continuous and automated updates of WML documentation.
@kennylajara kennylajara merged commit 7c17ff0 into main Jun 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant