Skip to content

Commit ef66d09

Browse files
authored
Merge pull request #11573 from jsquyres/pr/fix-pre-built-docs-check
Fix pre-built docs check
2 parents 84da5e2 + 152f101 commit ef66d09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,9 +1070,9 @@ AS_IF([test -z "$LEX" || \
10701070
# Setup HTML and man page processing
10711071
#
10721072

1073-
OAC_SETUP_SPHINX([$srcdir/docs/_build/man/MPI_T.5],
1074-
dnl Note that we have to double escape the string below
1075-
dnl so that the # it contains doesn't confuse the Autotools
1073+
dnl Note that we have to double escape the URL below
1074+
dnl so that the # it contains doesn't confuse the Autotools
1075+
OAC_SETUP_SPHINX([$srcdir/docs/_build/man/MPI_T.3],
10761076
[[https://docs.open-mpi.org/en/main/developers/prerequisites.html#sphinx-and-therefore-python]])
10771077

10781078
#

0 commit comments

Comments
 (0)