Now, when working on resources within a repository's top-level /src directory, they will be eligible to trigger a documentation rebuild when using sphinx-autobuild by invoking make dev. This is specifically important when working on crate-docs-theme.
Details
Also watch the top-level /src directory
Extend the list of considered filename extensions to Markdown, HTML, and Python
About
Following up on https://github.com/crate/crate-docs-theme/pull/379, this patch intends to improve Sphinx autobuild handling.
Now, when working on resources within a repository's top-level
/src
directory, they will be eligible to trigger a documentation rebuild when usingsphinx-autobuild
by invokingmake dev
. This is specifically important when working on crate-docs-theme.Details
/src
directory