Add SphinxPostTransform class (#6154)

* Add SphinxPostTransform

* Apply SphinxPostTransform to latex transforms
This commit is contained in:
Takeshi KOMIYA
2019-03-17 18:27:00 +09:00
committed by GitHub
parent fadab68ffc
commit b5959ca230
6 changed files with 97 additions and 50 deletions

View File

@@ -26,6 +26,11 @@ The following is a list of deprecated interfaces.
- (will be) Removed
- Alternatives
* - ``sphinx.builders.latex.LaTeXBuilder.apply_transforms()``
- 2.1
- 4.0
- N/A
* - ``sphinx.environment.NoUri``
- 2.1
- 4.0

View File

@@ -15,6 +15,9 @@ components (e.g. :class:`.Config`, :class:`.BuildEnvironment` and so on) easily.
.. autoclass:: sphinx.transforms.SphinxTransform
:members:
.. autoclass:: sphinx.transforms.post_transforms.SphinxPostTransform
:members:
.. autoclass:: sphinx.util.docutils.SphinxDirective
:members: