When building html documentation, how do you force sphinx to report, or create an error, on links that don\'t exist?
Specifically, I have properties and methods with
I think CheckExternalLinksBuilder is what you're looking for.
It's basically used by calling 'sphinx-build' with -b linkcheck option. Please see sphinx-build for more info. Also, take a look at the list of sphinx-extensions here and here.
-b linkcheck