Skip to content

Commit

Permalink
CircleCI: fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtniehof authored and dnadeau-lanl committed Oct 26, 2020
1 parent 58427e5 commit 240be3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -65,7 +65,7 @@ jobs:
pip install --user sphinx numpy
pip install --user numpydoc
make -C sphinx html | tee doc_output.txt
# Fail (return nonzero) if there are warnings in outpus.
# Fail (return nonzero) if there are warnings in output.
! grep -e "^build succeeded.*warning.*$" < doc_output.txt
workflows:
Expand Down

0 comments on commit 240be3d

Please sign in to comment.