executablebooks / sphinx-tabs

Tabbed views for Sphinx
https://sphinx-tabs.readthedocs.io
MIT License
266 stars 68 forks source link

Allow linkcheck #54

Closed nedbat closed 4 years ago

nedbat commented 4 years ago

I love the tabs, but sphinx-tabs prevents linkcheck from succeeding:

WARNING: Not copying tabs assets! Not compatible with linkcheck builder

This simply adds linkcheck as a compatible builder so that they don't conflict.

zxiiro commented 4 years ago

We're experiencing this issue too as we have treat warnings as error in our Sphinx build. Would love to see this get included.

Daltz333 commented 4 years ago

I think this can be closed, as you can add custom builders. An example of this is in the README

chrisjsewell commented 4 years ago

yeh I'm going to close this, since you can just use the sphinx_tabs_valid_builders config 😄