diff options
Diffstat (limited to 'sandbox/code-block-directive/docs/myfunction.py.txt')
-rw-r--r-- | sandbox/code-block-directive/docs/myfunction.py.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sandbox/code-block-directive/docs/myfunction.py.txt b/sandbox/code-block-directive/docs/myfunction.py.txt index 926733dc0..783e5b0b6 100644 --- a/sandbox/code-block-directive/docs/myfunction.py.txt +++ b/sandbox/code-block-directive/docs/myfunction.py.txt @@ -2,7 +2,9 @@ This is a test of the new code-block directive: .. Translate this document to HTML with a pygments enhanced frontend, e.g. - rst2html-highlight --stylesheet=pygments-default.css --link-stylesheet + ../rst2html-highlight --stylesheet=../data/pygments-default.css + + ../rst2latex-highlight --stylesheet=../data/pygments-docutileroles.sty .. code-block:: python |