Add support for :glob: option to the feed directive#4
Conversation
It mimics the way `:glob:` works for the `toctree` directive.
|
Thank you! But I think this might have a bug around how paths are constructed. The following in where e.g. I'm looking to include (Note the double I can't yet work out if you're accidentally adding something twice or not dropping something though... |
If such names go through an additional `docname_join` call they might not be valid anymore.
|
Somehow this did not affect my file layout, but I see the issue now. Documents are globed from a list of previously collected documents, and so those names should not be modified. Only the names that are not glob patterns need to be joined with |
|
@bosonogi That does the job nicely, thanks! You might like to also grab doismellburning@840e981 which adds support for |
It mimics the way
:glob:works for thetoctreedirective.