Skip to content

Commit f0841a5

Browse files
authored
Merge pull request #12373 from jsquyres/pr/v5.0.x/strengthen-oac-sphinx-check
v5.0.x: oac: strengthen Sphinx check
2 parents d28af6c + d615105 commit f0841a5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

config/oac

configure.ac

+2-1
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)