Skip to content

Commit cba4246

Browse files
PauBadiaMclaude
andcommitted
Fix readthedocs build: suppress unresolvable class reference warnings
Add mudata._core.mudata.MuData and pyranges.pyranges_main.PyRanges to nitpick_ignore so nitpicky mode doesn't treat them as errors. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fea0b39 commit cba4246

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,6 @@
136136
# If building the documentation fails because of a missing link that is outside your control,
137137
# you can add an exception to this list.
138138
# ("py:class", "igraph.Graph"),
139+
("py:class", "mudata._core.mudata.MuData"),
140+
("py:class", "pyranges.pyranges_main.PyRanges"),
139141
]

0 commit comments

Comments
 (0)