I have a README.rst
file which I render with Sphinx. In that .rst
file I see the following two lines at the end:
.. substitutions
.. |banner| image:: docs/source/logo/Banner.png
I tried to find out what the phrase .. substitutions
mean, but I did not find anything.
If I remove the line .. substitutions
the sphinx command gives a warning
Problem with "end-before" option of "include" directive:
Text not found.
and the page is not rendered.
Any ideas where to find proper documentation on that directive, and what this error message means?
Google search did not help. For the error message I found 3(!) hints only.