I need to create one sphinx project for each module,
and each module share some common rsts, like company info, license, etc.
My project tree is like this:
./conf.py
./index.rst
./intro.rst
./about.rst
./device1/conf.py
./device1/index.rst
I write this in ./device1/index.rst, and it is not worked, how could I import parent rst files?
.. toctree::
:maxdepth: 1
../intro
../about