Some times I use roles, for example to include an empty line between 
paragraphs I add:

.. only:: html

   :raw-html:` `

for this one has to define role:

.. role:: raw-html(raw)
   :format: html

So I have to duplicate these two lines in all rst files within a project.

Can I somehow make the role global for a project -- for example I'd set 
this in index.rst, and that will be all: I'll be able to use &nbsp in all 
rst files.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/sphinx-users?hl=en.


Reply via email to