From 5b4e1f3d925ed52873aac0afed341f1d3d5e85a8 Mon Sep 17 00:00:00 2001 From: Patrick Peglar Date: Thu, 18 Jul 2024 19:13:41 +0100 Subject: [PATCH] Include alternative index workaround. --- docs/src/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/conf.py b/docs/src/conf.py index a2e02d6602..708bff664d 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -217,6 +217,8 @@ def _dotv(version): autopackage_name = ["iris"] autoclass_content = "both" modindex_common_prefix = ["iris"] +# TODO: remove this suggestion +# TODO: complete iris.ugrid replacement # autodoc_suppress_warnings = ["index"] # -- apidoc extension ---------------------------------------------------------