Skip to content

Commit

Permalink
update doc regeneration message
Browse files Browse the repository at this point in the history
  • Loading branch information
aviatesk committed Jul 21, 2020
1 parent 380d0a2 commit debf564
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/docs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ function processdocs(items)
errstr = sprint(showerror, items.err)
err = startswith(errstr, "Please regenerate the") ?
"""
Please regenerate the documentation cache with the button above.
Note that this might take minutes. You can track the progress with the progress bar
Please regenerate the documentation cache with the ↻ button above.
Note that you need to add Docseeker.jl package in your environment (i.e. `] pkg> add DocSeeker`) in advance
and caching might take minutes. You can track the progress with the progress bar
in the lower left corner, and should be able to use Juno normally during that time.
""" : errstr
Dict(
Expand Down

0 comments on commit debf564

Please sign in to comment.