Merge pull request #8086 from tk0miya/8081_support_adding_latex_package_in_latter_phase

Close #8081: latex: Allow to add LaTeX package until writing tex file
This commit is contained in:
Takeshi KOMIYA
2020-09-21 01:40:07 +09:00
committed by GitHub
4 changed files with 36 additions and 9 deletions

View File

@@ -10,6 +10,9 @@ Incompatible changes
Deprecated
----------
* ``sphinx.builders.latex.LaTeXBuilder.usepackages``
* ``sphinx.builders.latex.LaTeXBuilder.usepackages_afger_hyperref``
Features added
--------------
@@ -17,6 +20,8 @@ Features added
html_static_files
* #8141: C: added a ``maxdepth`` option to :rst:dir:`c:alias` to insert
nested declarations.
* #8081: LaTeX: Allow to add LaTeX package via ``app.add_latex_package()`` until
just before writing .tex file
Bugs fixed
----------