summaryrefslogtreecommitdiffstats
path: root/doc/development/index.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:57:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:57:09 +0000
commit2722609ed8cf1f24bb6a8b8a5ad9d7ac6dec58c3 (patch)
treee0f8becff83e01bc4228b1824e81a6a355d6e439 /doc/development/index.rst
parentReleasing progress-linux version 7.3.7-3~progress7.99u1. (diff)
downloadsphinx-2722609ed8cf1f24bb6a8b8a5ad9d7ac6dec58c3.tar.xz
sphinx-2722609ed8cf1f24bb6a8b8a5ad9d7ac6dec58c3.zip
Merging upstream version 7.4.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/development/index.rst')
-rw-r--r--doc/development/index.rst29
1 files changed, 12 insertions, 17 deletions
diff --git a/doc/development/index.rst b/doc/development/index.rst
index 55a31a0..b059569 100644
--- a/doc/development/index.rst
+++ b/doc/development/index.rst
@@ -1,24 +1,19 @@
-=========================
-Writing Sphinx Extensions
-=========================
+.. _extending-sphinx:
+
+Extending Sphinx
+================
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`.
+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`.
.. toctree::
:maxdepth: 2
- overview
tutorials/index
- builders
-
-.. toctree::
- :caption: Theming
- :maxdepth: 2
-
- templating
- theming
+ howtos/index
+ html_themes/index