diff options
author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-06-05 20:12:37 +0000 |
---|---|---|
committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-06-05 20:12:37 +0000 |
commit | 60894f6de0602f87bc3835edc0602b14af3556cf (patch) | |
tree | 2a22439429a8c214eef0d0a4b5c6483753634d67 | |
parent | 5adf700fc8e965b1d165557529f3e8f04ee973da (diff) | |
download | docutils-60894f6de0602f87bc3835edc0602b14af3556cf.tar.gz |
--- MERGE: merged r4451 to maintenance branch; original log message:
fixed custom theme instructions
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/docutils-0.4@4607 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r-- | docs/user/slide-shows.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/user/slide-shows.txt b/docs/user/slide-shows.txt index b19cdd337..579942113 100644 --- a/docs/user/slide-shows.txt +++ b/docs/user/slide-shows.txt @@ -672,11 +672,12 @@ Making a Custom Theme Start with ``pretty.css``; edit ``framing.css`` if you need to make layout changes. -4. Run "``rst2s5.py --theme <new-theme> <doc>.txt <doc>.html``". +4. Run "``rst2s5.py --theme-url ui/<new-theme> <doc>.txt <doc>.html``". .. class:: handout - Open your ``<doc>.html`` in a browser to test the new theme. + We use the ``--theme-url`` option to refer to the new theme. Open + your ``<doc>.html`` in a browser to test the new theme. 5. Rinse & repeat. |