mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 03:31:04 +01:00
Fix no-index directive for Sphinx 7.4.7
This commit is contained in:
parent
f051c873ac
commit
6161b09644
@ -11,7 +11,7 @@ Here are some built-in panel types that you can use in your panel definitions. T
|
|||||||
|
|
||||||
```{eval-rst}
|
```{eval-rst}
|
||||||
.. module:: wagtail.admin.panels
|
.. module:: wagtail.admin.panels
|
||||||
:noindex:
|
:no-index:
|
||||||
```
|
```
|
||||||
|
|
||||||
(field_panel)=
|
(field_panel)=
|
||||||
@ -300,7 +300,7 @@ The `MultipleChooserPanel` definition on `BlogPage` would be:
|
|||||||
|
|
||||||
```{eval-rst}
|
```{eval-rst}
|
||||||
.. module:: wagtail.admin.panels
|
.. module:: wagtail.admin.panels
|
||||||
:noindex:
|
:no-index:
|
||||||
|
|
||||||
.. autoclass:: TitleFieldPanel
|
.. autoclass:: TitleFieldPanel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user