We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d34f14 commit bcb59feCopy full SHA for bcb59fe
1 file changed
tests/selenium/test_selenium.py
@@ -15,7 +15,7 @@
15
def find_notebooks():
16
"""Return a list of filenames of the example notebooks."""
17
path = os.path.dirname(__file__)
18
- pattern = os.path.join(path, "..", "..", "docs", "*.md")
+ pattern = os.path.join(path, "..", "..", "docs", "**", "*.md")
19
files = glob.glob(pattern)
20
if files:
21
return files
0 commit comments