Use default values for latex_documents, man_pages, and texinfo_documents if not set in conf.py.

This commit is contained in:
Jonathan Waltman
2013-01-07 01:29:53 -06:00
parent 0ef7a0a7a3
commit d1a666aef9
2 changed files with 24 additions and 3 deletions

View File

@@ -1,6 +1,12 @@
Release 1.2 (in development)
============================
* The :confval:`latex_documents`, :confval:`texinfo_documents`, and
:confval:`man_pages` configuration values will be set to default values based
on the :confval:`master_doc` if not explicitly set in :file:`conf.py`.
Previously, if these values were not set, no output would be genereted by
their respective builders.
* PR#99: Strip down seealso directives to normal admonitions. This removes
their unusual CSS classes (admonition-see-also), inconsistent LaTeX
admonition title ("See Also" instead of "See also"), and spurious indentation