Add stub for the keep_warnings config value in quickstart's conf.py

This commit is contained in:
Jonathan Waltman 2013-02-19 01:36:46 -06:00
parent db9cfa4d1a
commit 4e87ea0517
2 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,9 @@ Release 1.2 (in development)
* Fix text builder did not respect wide/fullwidth characters:
title underline width, table layout width and text wrap width.
* Add stub for the :confval:`keep_warnings` configuration value in the
``conf.py`` generated by sphinx-quickstart.
* Speed up building the search index by caching the results of the word
stemming routines. Saves about 20 seconds when building the Python
documentation.

View File

@ -126,6 +126,9 @@ pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []
# If true, keep warnings as "system message" paragraphs in the built documents.
#keep_warnings = False
# -- Options for HTML output ---------------------------------------------------