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

Pin markdown version to fix broken doc build #1750

Merged
merged 1 commit into from
Jul 21, 2022
Merged

Conversation

msaroufim
Copy link
Member

@msaroufim msaroufim commented Jul 20, 2022

Description

Markdown 3.4 has made some breaking changes ryanfox/sphinx-markdown-tables#36 which broke our doc build https://github.com/pytorch/serve/actions/workflows/doc-automation.yml so we right now we can't update our documentation

So suggestion for now is to pick an earlier version from ryanfox/sphinx-markdown-tables#36

Fixes #1744

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Feature/Issue validation/testing

About 7 different people have confirmed this works for them ryanfox/sphinx-markdown-tables#36

Checklist:

  • Did you have fun?
  • Has code been commented, particularly in hard-to-understand areas?

Copy link
Collaborator

@agunapal agunapal left a comment

Choose a reason for hiding this comment

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

Looks good. How are we going to keep track of when we can pick the new version(once its fixed)?

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.

Doc automation broken in CI
4 participants