mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add new templating API, remove Jinja external and add it to setup.py dependencies.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
Extension API
|
||||
=============
|
||||
|
||||
.. currentmodule:: sphinx.application
|
||||
|
||||
Each Sphinx extension is a Python module with at least a :func:`setup` function.
|
||||
This function is called at initialization time with one argument, the
|
||||
application object representing the Sphinx process. This application object has
|
||||
@@ -169,3 +171,11 @@ Event name Emitted when Arguments
|
||||
references and TOCs have been
|
||||
inserted
|
||||
====================== =================================== =========
|
||||
|
||||
.. _template-bridge:
|
||||
|
||||
The template bridge
|
||||
-------------------
|
||||
|
||||
.. autoclass:: TemplateBridge
|
||||
:members:
|
||||
|
||||
Reference in New Issue
Block a user