The small tcl code fragment:

.. code-block:: tcl
   :linenos:

   set a 1
   puts ${a}

fails to render in sphinx but does render when I run it through pygmentize 
manually. Also runs fine in tclsh of course. Have tried sphinx 1.0.7, 1.0.8, 
and 1.1. If I take out the {} then it renders ok. This problem also occurs 
with other valid tcl contructs like "\" end of line continuation etc. Fails 
as a literal include also. Beats me.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sphinx-dev/-/0ZvVhWZo5dcJ.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to