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 website build #1450

Merged
merged 4 commits into from
Nov 16, 2020
Merged

Fix website build #1450

merged 4 commits into from
Nov 16, 2020

Conversation

garrettjstevens
Copy link
Collaborator

The website currently won't build. This fixes the build and adds the website build to the root yarn build command so that if it breaks again it will show up in CI (website used to be built in CI before #1336).

Some fixes are because there seems to a bug in docusaurus that if a markdown image alt-text has double quotes (like this: ![alt text with "quotes"!](../static/img/logo.svg)), the build breaks: facebook/docusaurus#3751

Another fix updates tex_parser.md so that it only tries to extract a caption for an image if there is no alt-text, and only extracts the caption if it's on the next line (no blank lines after it).

@garrettjstevens garrettjstevens self-assigned this Nov 14, 2020
@rbuels rbuels merged commit fc1f0af into master Nov 16, 2020
@rbuels rbuels deleted the fix_docs_build branch November 16, 2020 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants