Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix docs build on Julia >=1.5 #27

Merged
merged 2 commits into from
May 15, 2020
Merged

Fix docs build on Julia >=1.5 #27

merged 2 commits into from
May 15, 2020

Conversation

martinholters
Copy link
Member

The used @doc_str caused Documenter to miss the contents when computing the line number range. On Julia 1.5 and later, that even caused the build to fail (by summing over an empty Any[]). Replacing with @raw_str fixes it. While at it, bump the Documenter version.

Fixes missing line number ranges in the links generated by Documenter
(which caused the docs build to fail on Julia 1.5 and later).
@martinholters martinholters merged commit 68e27d0 into develop May 15, 2020
@martinholters martinholters deleted the mh/fix-docs-build branch May 15, 2020 07:35
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant