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

Remove some unneeded bikeshed fixup hacks #1824

Merged
merged 1 commit into from
Oct 6, 2024
Merged

Conversation

dschuff
Copy link
Member

@dschuff dschuff commented Oct 4, 2024

No description provided.

@dschuff dschuff marked this pull request as ready for review October 4, 2024 21:24
@@ -42,18 +38,6 @@ def Main():
'<h3>A.' + str(number) + ' ' + section + '</h3>')
number += 1


# Drop spurious navigation.
data = data.replace(
Copy link
Member

Choose a reason for hiding this comment

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

Do you know what this was for?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is redundant with what appears to be an updated version at https://github.com/WebAssembly/spec/blob/main/document/core/util/mathjax2katex.py#L158
If you delete that, it does leave a spurious navigation section; I forget exactly where, but presumably comes from sphinx.

@dschuff dschuff merged commit b5c848b into WebAssembly:main Oct 6, 2024
6 checks 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.

2 participants