2024-06-21 13:12:57 -05:00
|
|
|
.. _extending-sphinx:
|
|
|
|
|
|
|
|
Extending Sphinx
|
|
|
|
================
|
2020-05-29 11:06:16 -05:00
|
|
|
|
2022-06-16 13:32:09 -05:00
|
|
|
This guide is aimed at giving a quick introduction for those wishing to
|
2024-06-21 13:12:57 -05:00
|
|
|
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
|
|
|
|
|
|
|
|
tutorials/index
|
2024-06-21 13:12:57 -05:00
|
|
|
howtos/index
|
|
|
|
html_themes/index
|