sphinx-contrib / matlabdomain

A Sphinx extension for documenting Matlab code
http://sphinxcontrib-matlabdomain.readthedocs.io/
Other
70 stars 45 forks source link

explicit parameter for paralell processing setting #124

Closed mhbl3 closed 2 years ago

mhbl3 commented 2 years ago

It seems like not explicitly stating the parameter creates issues when docs are being created, as seen here

joeced commented 2 years ago

Hi. Thanks for the contributiion.

However, I'm actually not sure how to provoke the warning mentioned. Can you give an example?

mhbl3 commented 2 years ago

Hi. Thanks for the contributiion.

However, I'm actually not sure how to provoke the warning mentioned. Can you give an example?

Could you try using the following setup please:

joeced commented 2 years ago

I still can't provoke this warning. Can you please provide a minimal working example in a ZIP-file?

joeced commented 2 years ago

Figured it out - you need at least 5 files before the builder will consider doing parallel builds: https://github.com/sphinx-doc/sphinx/blob/1317eeedaeef0895e82de06d4a8c8a9080f9d12b/sphinx/builders/__init__.py#L407