wpilibsuite / sphinxext-linkcheckdiff

Sphinx extension to run diff-only linkchecks.
MIT License
1 stars 2 forks source link

Doesn't check any links with Sphinx 3.5+ #6

Open sciencewhiz opened 2 years ago

TheTripleV commented 2 years ago

This broke in Sphinx 3.5 from https://github.com/sphinx-doc/sphinx/pull/8702 and https://github.com/sphinx-doc/sphinx/pull/8712.

The linkcheck builder no longer calls write_doc so we can't hook into that method anymore.

laysauchoa commented 2 years ago

This does not seems to work anymore, is there any other way to achieve the same?

TheTripleV commented 2 years ago

The extension basically needs to be rewritten on Sphinx 3.5.

laysauchoa commented 2 years ago

Trying to find way to do this:https://github.com/sphinx-doc/sphinx/issues/10643