Skip to content

Commit

Permalink
Turn nitpicking back on
Browse files Browse the repository at this point in the history
it was temporarily disabled in PR #24201

---
Signed-off-by: Michael Ferguson <[email protected]>
  • Loading branch information
mppf committed Mar 14, 2024
1 parent cff5e8c commit 20d5173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile.sphinx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CHPLDEPS = $(shell $(CHPL_MAKE_PYTHON) $(CHPL_MAKE_HOME)/util/chplenv/chpl_home_
COPY_IF_DIFFERENT = $(CHPL_MAKE_PYTHON) $(CHPL_MAKE_HOME)/util/config/update-if-different --copy

# You can set these variables from the command line.
SPHINXOPTS = -W --keep-going
SPHINXOPTS = -n -W --keep-going
SPHINXBUILD = $(CHPL_MAKE_PYTHON) $(CHPLDEPS) sphinx-build
PAPER =
SOURCEDIR = rst
Expand Down

0 comments on commit 20d5173

Please sign in to comment.