We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
remotes=nothing
1 parent 5049504 commit 6abd828Copy full SHA for 6abd828
docs/src/man/guide.md
@@ -85,7 +85,9 @@ makedocs(sitename="My Documentation")
85
```
86
87
This assumes you've installed Documenter as discussed in [Installation](@ref) and that your
88
-`Example.jl` package can be found by Julia.
+`Example.jl` package can be found by Julia. If your package has been added as a dev
89
+dependency using its local path rather than a remote git repository, you need to add the
90
+keyword argument `remotes = nothing` to the function `makedocs`.
91
92
!!! note
93
0 commit comments