-
Notifications
You must be signed in to change notification settings - Fork 1
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 Documenter
and Revise
from dependencies
#70
Comments
That will also stop those CompatHelper PRs from being reopened automatically.... That is, you will fix the cause of that instead of constantly battling a symptom |
ping @blociss |
Documenter
Revise
from dependenciesDocumenter
and Revise
from dependencies
If I remove Documenter, then I can't verify my ```jldoctest block anymore. |
Of course you can still verify That's what E.g. you can do this in the root of your package
then once in Julia, enter Pkg mode (by pressing
then leave Pkg mode (by pressing backspace) and do whatever you do to run the doctests normally, e.g.
|
I would recommend The instructions in your README are really dangerous: suggesting to do |
Should I use this instead? |
Please remove both
Documenter
andRevise
fromProject.toml
. Neither belongs in there.I think we were there before, and they keep getting added due to the way you invoke
julia
. Please do not useor if you do, then at least make sure not to add packages there.
The text was updated successfully, but these errors were encountered: