The new `latex_additional_files` config value can be used to

copy files (that Sphinx doesn't copy automatically, e.g. if they
are referenced in custom LaTeX added in ``latex_elements``) to
the build directory.
This commit is contained in:
Georg Brandl
2009-02-20 11:20:15 +01:00
parent d3a7f004f0
commit 7073a5bd2c
6 changed files with 32 additions and 1 deletions

View File

@@ -90,7 +90,6 @@ New features added
- The default value for ``htmlhelp_basename`` is now the project
title, cleaned up as a filename.
- The new ``modindex_common_prefix`` config value can be used to
ignore certain package names for module index sorting.
@@ -99,6 +98,11 @@ New features added
space before a footnote reference that is necessary for reST
to recognize the reference.
- The new ``latex_additional_files`` config value can be used to
copy files (that Sphinx doesn't copy automatically, e.g. if they
are referenced in custom LaTeX added in ``latex_elements``) to
the build directory.
* Builders:
- The HTML builder now stores a small file named ``.buildinfo`` in