diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2023-01-08 13:52:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-08 13:52:36 +0000 |
commit | 670bcb743b718d7b3ced548c645aafe71d0310eb (patch) | |
tree | 6b9a745cbdab8ba2778499fececba135c52d937d /doc/development/index.rst | |
parent | 67291f414e1b259d6b65bc66ea2874c7131e09bf (diff) | |
download | sphinx-git-670bcb743b718d7b3ced548c645aafe71d0310eb.tar.gz |
Documentation reshuffle (#11112)
Diffstat (limited to 'doc/development/index.rst')
-rw-r--r-- | doc/development/index.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/development/index.rst b/doc/development/index.rst index 8ae71e76f..55a31a0c1 100644 --- a/doc/development/index.rst +++ b/doc/development/index.rst @@ -1,6 +1,6 @@ -================ -Extending Sphinx -================ +========================= +Writing Sphinx Extensions +========================= This guide is aimed at giving a quick introduction for those wishing to develop their own extensions for Sphinx. Sphinx possesses significant @@ -20,4 +20,5 @@ the extension interface see :doc:`/extdev/index`. :caption: Theming :maxdepth: 2 + templating theming |