In the `Project.toml`, I propose to remove the Z from the version X.Y.Z for all the compat. For instance, replace ```toml Documenter = "1.5.0" ``` by ```toml Documenter = "1.5" ```
In the
Project.toml, I propose to remove the Z from the version X.Y.Z for all the compat.For instance, replace
by