Skip to content

Commit

Permalink
oac: strengthen Sphinx check
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jsquyres authored and rhc54 committed Feb 25, 2024
1 parent cfe71a7 commit d3171cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/oac
Submodule oac updated 1 files
+51 −1 oac_setup_sphinx.m4
5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# All Rights reserved.
# Copyright (c) 2021-2023 Nanook Consulting. All rights reserved.
# Copyright (c) 2021 FUJITSU LIMITED. All rights reserved.
# Copyright (c) 2023 Jeffrey M. Squyres. All rights reserved.
# Copyright (c) 2023-2024 Jeffrey M. Squyres. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
Expand Down Expand Up @@ -720,7 +720,8 @@ AC_INCLUDES_DEFAULT
# Setup Sphinx processing
#

OAC_SETUP_SPHINX([$srcdir/docs/_build/html/index.html], [])
OAC_SETUP_SPHINX([$srcdir/docs/_build/html/index.html], [],
[$srcdir/docs/requirements.txt])
AC_CHECK_PROGS(PYTHON, [python3 python python2])

AS_IF([test -n "$OAC_MAKEDIST_DISABLE"],
Expand Down

0 comments on commit d3171cc

Please sign in to comment.