Breno Leitao <leitao@xxxxxxxxxx> writes: > I am working to build a sphinx extension in order to parse some network > netlink YAML. > > I am struggling with the time it takes for sphinx-build to build a > single file and run my extension (Directive). Mainly because I need to > remove the `.doctrees` cache directory. > > Is there an faster way to iterate while writing an extension? "make SPHINXDIRS=dir-of-interest" can help a lot. Otherwise it's just painful, sorry... jon