-
Notifications
You must be signed in to change notification settings - Fork 36
fix(docs): Update Documenter setup #144
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(docs): Update Documenter setup #144
Conversation
On another topic, I needed to add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compat bounds aren't arbitrary, they're necessary, but can get stale
1eb6cdb
to
0972583
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #144 +/- ##
=======================================
Coverage 94.83% 94.83%
=======================================
Files 4 4
Lines 445 445
=======================================
Hits 422 422
Misses 23 23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I don't see warnings in https://github.com/JuliaMath/AbstractFFTs.jl/actions/runs/17105669020/job/48513789015#step:7:8 |
Not sure why that happens. I do not see it either. However if I build the documentation locally, I do: |
I don't see any |
3399b5a
to
7e015e2
Compare
Yeah! It was due to this. Apparently the latest version in the registry seems to have the function and the HEAD does not and this lead to the mismatch. |
71aa0b3
to
6f70ea1
Compare
How do you propose the |
As I said in #144 (comment), |
9482890
to
7ae06ee
Compare
This should keep the source that is documented to be the HEAD version instead of the one in the registry.
7ae06ee
to
043294e
Compare
Fixes #143