From dd4b6d157c1890f54d7d5fc1765cd9f8cee2b0bd Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Thu, 11 Jan 2024 14:58:06 +1300 Subject: [PATCH] Argh, put the nitpick back. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 639e00882..9a07854fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,6 +76,7 @@ def _compute_navigation_tree(context): # Please keep this list sorted alphabetically. ('py:class', '_ChangeDict'), ('py:class', '_CheckInfoDict'), + ('py:class', '_ContainerBaseDict'), ('py:class', '_DeviceMetaDict'), ('py:class', '_FileInfoDict'), ('py:class', '_NoticeDict'),