Hi Kayce,

Thanks a lot for your response. The challenge I am facing with glob keyword 
is that it somehow only reads the Markdown files from the source dir and 
not all the dirs inside the root dir of source dir where I ran the sphinx 
quickstart command.

[image: Screenshot from 2024-08-05 14-41-57.png]

[image: Screenshot from 2024-08-05 14-42-11.png]


So, currently, * does show Dummy and Mona which are the header titles in 
dummy.md and mona.md but it doesn't read or render test.md that is in 
../source 

Thank you,
Mona Jalal.
On Monday, July 22, 2024 at 7:56:47 PM UTC-4 Kayce Basques wrote:

> Have you tried the globbing feature of toctree? 
> https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-toctree
>
> On Wednesday, July 10, 2024 at 1:51:20 PM UTC-7 Mona Jalal wrote:
>
>> Hi,
>>
>> Our current problem is 
>>
>> 1- we need all our .md files inside source folder
>>
>> 2- we prefer not to list our .md files under toctree but we would want 
>> the sphinx to automatically capture all of them 
>>
>>
>> I am sing myst_parser and am able to list multiple .md files under 
>> toctree directive and those will be rendered in html after `make html` 
>> command. However, when I use 
>> .. include:: README.md
>> :parser: myst_parser.sphinx_
>>
>>
>> in the same rst file (index.rst) that I used the toctree, the README.md 
>> doesn't get rendered.
>>
>>
>> Any tips will be really appreciated.
>>
>> I am new to Markdown integration to Sphinx and based on my limited 
>> research, myst_parser was suggested for this integration.
>>
>>
>> Thank you,
>>
>> Mona Jalal
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/8c54fdc7-978f-4afd-ab06-43c999605072n%40googlegroups.com.

Reply via email to