I have a project where I would like to build a "full" documentation, and a 
"mini" documentation. Ideally this would be accomplished with two index.rst 
files.

Full index.rst contains:

.. toctree::

   chap1.rst
   chap2.rst
   chap3.rst
   ...

while the Mini index.rst would contain:

.. toctree::

  chap1.rst

But it seems that sphinx-build only reads index.rst and I can't pass in a 
new index file via the commandline.

Is there an elegant solution for this, without having to make two 
completely separate directories with different index.rst and conf.py files ?

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to