From 11aa435028ee42f22f5eb7e0012f601a9e527fe6 Mon Sep 17 00:00:00 2001 From: selmanozleyen Date: Tue, 10 Dec 2024 17:28:09 +0100 Subject: [PATCH] fix docs --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 6ac6bff5e..7806d7038 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -72,6 +72,9 @@ ("py:class", "None. Update D from dict/iterable E and F."), ("py:class", "an object providing a view on D's values"), ("py:class", "a shallow copy of D"), + # ignore these classes until ott-jax adds them to their docs + ("py:class", "ott.initializers.quadratic.initializers.BaseQuadraticInitializer"), + ("py:class", "ott.initializers.linear.initializers.SinkhornInitializer"), ] # TODO(michalk8): remove once typing has been cleaned-up nitpick_ignore_regex = [