JuliaDocs / DocumenterTools.jl

Extra tools for setting up Documenter
Other
30 stars 19 forks source link

Cannot add DocumenterTools on julia 1.0 #8

Closed mkborregaard closed 6 years ago

mkborregaard commented 6 years ago

Error message:

(v1.0) pkg> add DocumenterTools
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
ERROR: The following package names could not be resolved:
 * DocumenterTools (not found in project, manifest or registry)
Please specify by known `name=uuid`.
(v1.0) pkg> add DocumenterTools=46bb7b6e-9a58-11e8-21f8-9f2f45a0fcba
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package DocumenterTools [46bb7b6e]:
 DocumenterTools [46bb7b6e] log:
 ├─DocumenterTools [46bb7b6e] has no known versions!
 └─restricted to versions * by an explicit requirement — no versions left
fredrikekre commented 6 years ago

This is a WIP package that will be released with Documenter 0.20. In the meantime, use the released version of Documenter, which still has genkeys and generate.

mkborregaard commented 6 years ago

Thanks - sorry for the noise.