Skip to content

How to disable, or ignore make doc errors #12333

@PhilipDeegan

Description

@PhilipDeegan

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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions