Open kloczek opened 3 years ago
I think these warnings are mostly a new sphinx behavior (sphinx v4). We can declare nose2's doc build as using sphinx>=3,<4
if any serious issues crop up, but I think the docs still build correctly under v4.
Fixing these warnings might require tinkering with the sphinx extension.
I think we somehow want to instruct Sphinx that this warning is a false positive -- the content is indeed duplicated, but this is intentional. If anyone knows how to do this, I'd greatly appreciate the help. I can apply a working fix to the extension if that's a bit too involved.