sphinx_rtd_theme
sphinx_rtd_theme copied to clipboard
How is sphinxcontrib-httpdomain used in the project?
Problem
In setup.cfg there is a dev extra defined with sphinxcontrib-httpdomain as one of the dependencies.
https://github.com/readthedocs/sphinx_rtd_theme/blob/8ce23cec96f628ac0d29737bf1cf8cc2e750f068/setup.cfg#L57
I can't find it being used anywhere in the project. Is it needed?