From e366077756776661ff73421e61523915fe612bfa Mon Sep 17 00:00:00 2001 From: AdrianSosic Date: Tue, 26 Nov 2024 22:33:04 +0100 Subject: [PATCH] Ignore missing sphinx reference --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 403322ffe..7963cd946 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -125,6 +125,8 @@ (r"ref:obj", "baybe.surrogates.base.ModelContext"), # Ignore custom class properties (r"py:obj", "baybe.acquisition.acqfs.*.is_mc"), + # Other + (r"py:obj", "baybe.utils.basic.UnspecifiedType.UNSPECIFIED"), ] # Ignore the following links when checking inks for viability