Skip to content

Commit

Permalink
Merge branch 'main' into version-identifier-packaging-tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
motus authored Aug 1, 2024
2 parents a5b861d + f681cfd commit 80bdda1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,9 @@ build/check-doc.build-stamp: doc/build/html/index.html doc/build/html/htmlcov/in
-e "failed to import function 'create' from module '(SpaceAdapter|Optimizer)Factory'" \
-e "No module named '(SpaceAdapter|Optimizer)Factory'" \
-e '^make.*resetting jobserver mode' \
-e 'from cryptography.hazmat.primitives.ciphers.algorithms import' \
| grep -v '^\s*$$' \
| if grep .; then echo "Errors found in doc build. Check doc/build/log.txt for details."; exit 1; else exit 0; fi
| if grep .; then echo "Errors found in doc build. Check doc/build/log.txt for details."; cat doc/build/log.txt; exit 1; else exit 0; fi
touch $@

.PHONY: linklint-doc
Expand Down

0 comments on commit 80bdda1

Please sign in to comment.