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

Update Documenter compat for version 1.0 #153

Merged
merged 3 commits into from
Sep 19, 2023

Conversation

frankier
Copy link
Collaborator

No description provided.

@frankier
Copy link
Collaborator Author

Those are some real breakages -- that regex stuff was always going to be a bit fragile. I'll see if I can fix it in a bit.

@frankier frankier force-pushed the compat-documenter1 branch 3 times, most recently from ca6f631 to 33cf079 Compare September 19, 2023 12:51
Previously Documenter's HTML was postprocessed in order to point edit on
GitHub links to the original source file as input to DemoCards.jl. This
commit changes this so that the original source file is provided to
Documenter.jl in the generated markdown files using the @meta: EditURL
setting. This is less fragile to changes in Documenter.jl or e.g.
different templates since it doesn't rely on using regex to modify the
particular form of the HTML output by Documenter.jl.
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