-
- Downloads
Makefile: Speedup sphinx-apidoc execution significantly
Previously the file patterns that sphinx-apidoc must exclude, stored in the APIDOC_EXCLUDES variables, were expanded by the shell before executing the tool resulting in a really long list of files to exclude. Each time a file was processed by sphinx-apidoc, its path was compared against that long list of files which was significantly slowing down the apidoc generation process. So ensure file exclude patterns are quoted to avoid shell expansion and greatly speedup sphinx-apidoc execution.
parent
65edd83b
No related branches found
No related tags found
-
mentioned in commit 8f0abba6
-
mentioned in merge request !261 (closed)
Please register or sign in to comment