Skip to content

Commit 8fe8b08

Browse files
authored
Fix sidebar contents under Extensions (#729)
The problem was that the sidebar doesn't show the named pages in the toctree if that toctree is under a subheading in index.rst Closes gh-716
1 parent 72f86f3 commit 8fe8b08

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec/draft/extensions/index.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ the implementer, e.g. via a regular submodule that is imported under the
2424
The functions in an extension must adhere to the same conventions as those in
2525
the array API standard. See :ref:`api-specification`.
2626

27-
28-
Extensions
29-
----------
27+
------------------------------------------------------------------------------
3028

3129
.. toctree::
30+
:caption: Extension modules:
3231
:maxdepth: 1
3332

3433
fourier_transform_functions

0 commit comments

Comments
 (0)