Closed slimsag closed 2 years ago
Right now if you use doctree locally and code changes, you must rerun doctree index . and it will do a full reindex.
doctree index .
We could make it so that you doctree add . a project and then doctree would watch for any file changes and keep the index up to date.
doctree add .
Right now if you use doctree locally and code changes, you must rerun
doctree index .
and it will do a full reindex.We could make it so that you
doctree add .
a project and then doctree would watch for any file changes and keep the index up to date.