Skip to content

Commit

Permalink
README: Document how to deal with stale build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed May 24, 2019
1 parent d07e82c commit 4e29c80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ To update the API documentation after adding or removing an augur submodule, aut

sphinx-apidoc -T -f -o docs augur

Sphinx caches built documentation by default, which is generally great, but can cause the sidebar of pages to be stale. You can clean out the cache with:

make -C docs clean

## License and copyright

Copyright 2014-2019 Trevor Bedford and Richard Neher.
Expand Down

0 comments on commit 4e29c80

Please sign in to comment.