When building the documentation (uses sphinx-build) the typical output includes showing the files that are being read/written and a summary at the end.
Currently on master this output is now not being displayed. Some travis logs for reference:
- Expected output.
- Current output from master as of today
The change in behaviour seems to be introduced via commit 556e71e
I have built the docs (make html) on master locally and have reproduced this. Additionally it seems that if there are .rst syntax warnings it is no longer displayed.