#62: There is now a `-w` option for sphinx-build that writes

warnings to a file, in addition to stderr.
This commit is contained in:
Georg Brandl
2009-02-20 11:01:46 +01:00
parent 98311e1779
commit a07e7ad534
5 changed files with 55 additions and 21 deletions

View File

@@ -160,6 +160,9 @@ New features added
- Quickstart can now generate a Windows ``make.bat`` file.
- #62: There is now a ``-w`` option for sphinx-build that writes
warnings to a file, in addition to stderr.
- There is now a ``-W`` option for sphinx-build that turns warnings
into errors.