After building *.rst files with Sphinx, I am creating a CHM file with the HTML Help Workshop.
My index.rst file so far:
.. toctree::
:maxdepth: 2
_static/presentation_designer/feedback
_static/presentation_designer/test
I have two *.rst files which are under the 'presentation_designer' folder. Each feedback.rst and test.rst file has its own separate page in the CHM file.
feedback.rst
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**Presentation Designer**
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
**Leave Feedback**
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Please feel free to leave feedback.
test.rst
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**Presentation Designer**
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
**test**
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Please test and click ‘submit’.
But I've got the result as shown in the attached file.
How can I put them (Test and Feedback pages) under "Presentation Designer" together?

