Skip to content

Commit 51526f7

Browse files
committed
oac: strengthen Sphinx check
Update oac submodule pointer to pick up a stronger test for Sphinx. Also add (new) optional 3rd param to OAC_SETUP_SPHINX. Signed-off-by: Jeff Squyres <jeff@squyres.com>
1 parent cb00772 commit 51526f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/oac

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,8 @@ AS_IF([test -z "$LEX" || \
10691069
dnl Note that we have to double escape the URL below
10701070
dnl so that the # it contains doesn't confuse the Autotools
10711071
OAC_SETUP_SPHINX([$srcdir/docs/man/MPI_T.3],
1072-
[[https://docs.open-mpi.org/en/main/developers/prerequisites.html#sphinx-and-therefore-python]])
1072+
[[https://docs.open-mpi.org/en/main/developers/prerequisites.html#sphinx-and-therefore-python]],
1073+
[$srcdir/docs/requirements.txt])
10731074

10741075
#
10751076
# File system case sensitivity

0 commit comments

Comments
 (0)