Closed hroemer closed 7 months ago
Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:
Heya, gotta look into exactly what is going on here, but if you change the order of the option, I think it will work, e.g.
```{toctree}
---
maxdepth: 2
glob:
caption: Contents
---
path*/index
pages/**
*/index
let me know?
Yes indeed, changing the option order works :+1: . I will have to grep through my multiple toctrees split over hundreds of files, now :wink:.
I will have to grep through my multiple toctrees split over hundreds of files, now 😉.
well, if its not urgent, then I would hope to have a fix in perhaps the next few days 😅
No hurry, thanks! I found a workaround by repeating the glob flag:
---
maxdepth: 2
caption: Contents
glob:
glob:
---
What version of
myst-parser
are you using?3.0.0
What version dependencies are you using?
sphinx=7.3.7 docutils=0.20.1
What operating system are you using?
Linux
Describe the Bug
The glob patterns defined in a toctree directive do not work with
3.0.0
anymore.Expected Behavior
No response
To Reproduce