Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Oct 15, 2024
1 parent 7a18e38 commit 00e0ff0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sphinx_ape/sphinx_ext/directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ def run(self):
userguides = self._get_userguides()

# TODO: DELETE THIS! FORCED TO DEBUG LIKE THIS.
if not userguides:
raise ValueError("DEBUG")
raise ValueError(userguides)

cli_docs = self._get_cli_references()
methoddocs = self._get_methoddocs()
Expand Down

0 comments on commit 00e0ff0

Please sign in to comment.