We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2969623 commit 325fd22Copy full SHA for 325fd22
config/opal_setup_sphinx.m4
@@ -69,8 +69,8 @@ AC_DEFUN([OPAL_SETUP_SPHINX],[
69
[AC_MSG_WARN([*** You will not have documentation installed.])
70
AC_MSG_WARN([*** See the following URL for more information:])
71
dnl Note that we have to double escape the string below
72
- dnl so that the # it contains coesn't confuse the Autotools
73
- AC_MSG_WARN([[*** https://ompi.readthedocs.io/en/latest/developers/prerequisites.html#sphinx]])
+ dnl so that the # it contains doesn't confuse the Autotools
+ AC_MSG_WARN([[*** https://docs.open-mpi.org/en/main/developers/prerequisites.html#sphinx-and-therefore-python]])
74
])
75
76
# If --enable-sphinx was specified and we did not find Sphinx,
0 commit comments