-
Notifications
You must be signed in to change notification settings - Fork 936
Closed
Description
with version 5.0.2 from
https://download.open-mpi.org/release/open-mpi/v5.0/openmpi-5.0.2.tar.bz2
During make, I am seeing the following error
make[1]: Entering directory '/io/ompi/docs'
MKDIR prrte-rst-content
MKDIR schizo-ompi-rst-content
COPY RST source files
COPY RST source files
GENERATE HTML docs
Running Sphinx v7.2.6
Extension error:
Could not import extension recommonmark (exception: No module named 'recommonmark')
make[1]: *** [Makefile:2712: _build/man/ompi-wrapper-compiler.1] Error 2
make[1]: Leaving directory '/io/ompi/docs'
make: *** [Makefile:1533: all-recursive] Error 1
I'm not really concerned that docs is failing, so it would be nice to not count this is a critical failure, how can I ignore this?