Fix no-index directive for Sphinx 7.4.7

pull/11988/merge
Matt Westcott 2024-07-22 13:53:15 +01:00 zatwierdzone przez Matt Westcott
rodzic 9cd2005a09
commit 0e60590676
1 zmienionych plików z 2 dodań i 2 usunięć
docs/reference/pages

Wyświetl plik

@ -11,7 +11,7 @@ Here are some built-in panel types that you can use in your panel definitions. T
```{eval-rst}
.. module:: wagtail.admin.panels
:noindex:
:no-index:
```
(field_panel)=
@ -300,7 +300,7 @@ The `MultipleChooserPanel` definition on `BlogPage` would be:
```{eval-rst}
.. module:: wagtail.admin.panels
:noindex:
:no-index:
.. autoclass:: TitleFieldPanel