Skip to content

Commit e66bb37

Browse files
authored
Merge pull request #12370 from jsquyres/pr/strengthen-sphinx-oac-configure-check
oac: strengthen Sphinx check
2 parents b637495 + 51526f7 commit e66bb37

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)