Hey all, I know that parsed-literal is a literal block that supports inline markups, but is there a literal block that supports inline directives? Specifically, I need to do something like:
.. parsed-literal:: .. raw:: html :file: test.html The goal is for the contents of test.html are displayed in literal typeset. Of course, I could copy and paste the contents of test.html in a literal block, but test.html will change a lot and multiple people will be working on it, so it'd be better to use the contents of the file itself. Any help would be appreciated! Cheers, Mike -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. 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.