Re: [sphinx-users] Possibility of making links to other documents in the "code block"

2018-04-08 Thread Komiya Takeshi
Hi, `literalinclude` directive does not parse given block. So all reST notations are ignored. If you want to do that, please use "parsed-literal" directive instead. http://docutils.sourceforge.net/docs/ref/rst/directives.html#parsed-literal-block Note: The result block is not highlighted. It is

[sphinx-users] Possibility of making links to other documents in the "code block"

2018-04-06 Thread bruno . silveira
Looking at the documentation, it was possible to see that you do not have the possibility to make links to other project documents! You would be able to do this example implementation: .. literalinclude:: MyDocument.script :linenos: :language: script In my document script: var script =