We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb8017 commit 52a983dCopy full SHA for 52a983d
sphinx_jinja2_compat/_meta_path.py
@@ -42,8 +42,6 @@ def __init__(self):
42
self._stack = []
43
44
def find_spec(self, fullname, path, target=None):
45
- print(fullname)
46
-
47
if fullname in self._stack:
48
return None
49
0 commit comments