diff --git a/sphinx_ape/sphinx_ext/directives.py b/sphinx_ape/sphinx_ext/directives.py index 72a9d57..6c86189 100644 --- a/sphinx_ape/sphinx_ext/directives.py +++ b/sphinx_ape/sphinx_ext/directives.py @@ -67,10 +67,6 @@ def builder(self) -> DocumentationBuilder: def run(self): userguides = self._get_userguides() - - # TODO: DELETE THIS! FORCED TO DEBUG LIKE THIS. - raise ValueError(userguides) - cli_docs = self._get_cli_references() methoddocs = self._get_methoddocs()