2020-05-29 11:06:16 -05:00
|
|
|
================
|
|
|
|
Extending Sphinx
|
|
|
|
================
|
|
|
|
|
2021-01-22 02:29:19 -06:00
|
|
|
This guide is aimed at giving a quick introduction for those wishing to
|
|
|
|
develop their own extensions for Sphinx. Sphinx possesses significant
|
|
|
|
extensibility capabilities including the ability to hook into almost every
|
|
|
|
point of the build process. If you simply wish to use Sphinx with existing
|
|
|
|
extensions, refer to :doc:`/usage/index`. For a more detailed discussion of
|
|
|
|
the extension interface see :doc:`/extdev/index`.
|
2020-05-29 11:06:16 -05:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
2020-07-28 19:59:55 -05:00
|
|
|
overview
|
2020-05-29 11:06:16 -05:00
|
|
|
tutorials/index
|
2020-07-22 18:30:49 -05:00
|
|
|
builders
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:caption: Theming
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
theming
|