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

Fix Sphinx docs build #386

Merged
merged 1 commit into from
Nov 27, 2023
Merged

Fix Sphinx docs build #386

merged 1 commit into from
Nov 27, 2023

Conversation

sea-kelp
Copy link
Collaborator

Description of Changes

Part of the upstream changes we pulled in added a dependency on recommonmark to add Markdown support for our Sphinx docs. Our docs build is currently failing because the recommonmark dependency wasn't added to our requirements.txt file as part of those changes.

Additionally, it looks like recommonmark is now deprecated and they recommend migrating to MyST.

This PR adds a dependency on MyST-Parser and configures Sphinx to use MyST.

Notes for Deployment

None!

Screenshots (if appropriate)

N/A

Tests and linting

Ran just make-docs && just serve-docs and made sure docs still look as expected

  • I have rebased my changes on main

  • just lint passes

  • just test passes

@sea-kelp sea-kelp requested a review from a team as a code owner November 13, 2023 01:24
Copy link
Collaborator

@AetherUnbound AetherUnbound left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic, I love myst! I was able to run the commands locally and build the docs :)

@AetherUnbound AetherUnbound merged commit f9bf5c2 into main Nov 27, 2023
2 checks passed
@AetherUnbound AetherUnbound deleted the fix/make-docs branch November 27, 2023 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants