Good morning,

I want to add md files from other folders other than the ones in the source
folder created by sphinx quickstart.

However, when I use the :glob: directive, it only catches the md files
inside the source folder. As an example, when I use ../* it doesn't capture
the md files in the folder previous to source folder (the root folder where
the source folder is located). I want to have the freedom to use md files
using glob directive with relative path such as ../.../* or ../*

Currently this is how the index.rst inside the source folder is:


I am aware of it being able to find md files inside source folder using
**/* however I need to figure it for folders before source. like .. or
../../ or ../../doc_folders_a ../../doc_folders_b
.. toctree::
:maxdepth: 2
:glob:

*
../*

-- 
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/CALB%2BUO%2Bc-3uXuGg%3D5rrVbbmKm2HAJQTu-zRNmbQQA%2BH4sYONYg%40mail.gmail.com.

Reply via email to