As we run "rstcheck . -r --debug" to check all rst files on a Jenkins build node running Windows Server 2016 Server (64-bit), we are observing error "[WinError 2] The system cannot find the file specified". Through brute force, we narrowed it down to a rst file that has multiple code-block directives. Each has the language of "c". When we remove these directives OR build on a Windows 10 build node, the build succeeds. A simple rst file exhibiting the same issue:
User Manual
###########
.. code-block:: c
//uncomment macro to enable
#define ENABLE_FEATURE_1
We are running this in a virtual environment with the following dependencies:
I unfortunately have no windows system available to test this. Could you retry with the new release. Maybe something fixed this, even if no actual code changed.
As we run "rstcheck . -r --debug" to check all rst files on a Jenkins build node running Windows Server 2016 Server (64-bit), we are observing error "[WinError 2] The system cannot find the file specified". Through brute force, we narrowed it down to a rst file that has multiple code-block directives. Each has the language of "c". When we remove these directives OR build on a Windows 10 build node, the build succeeds. A simple rst file exhibiting the same issue:
We are running this in a virtual environment with the following dependencies: