Skip to content

Commit

Permalink
Update guide.md: remotes=nothing kwarg for local packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zengmao authored Dec 30, 2024
1 parent 5049504 commit 3dfb698
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/man/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ makedocs(sitename="My Documentation")
```

This assumes you've installed Documenter as discussed in [Installation](@ref) and that your
`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
dependency using its local path rather than a remote git repository, you need to add the
keyword argument `remotes = nothing` to the function `makedocs`.

!!! note

Expand Down

0 comments on commit 3dfb698

Please sign in to comment.