diff options
| author | Georg Brandl <georg@python.org> | 2008-12-08 08:44:18 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-12-08 08:44:18 +0100 |
| commit | d499a5288b63a11a099e93537733c78a90a352ac (patch) | |
| tree | ef2f636e93092503d5b7e7ca03ee0e0770177c97 /tests/root/subdir | |
| parent | fb99ef6bf5292aa3f1b2e3af646a704173bc2435 (diff) | |
| download | sphinx-d499a5288b63a11a099e93537733c78a90a352ac.tar.gz | |
Fix #60: "smart" image inclusion in subdirs.
Diffstat (limited to 'tests/root/subdir')
| -rw-r--r-- | tests/root/subdir/images.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/root/subdir/images.txt b/tests/root/subdir/images.txt new file mode 100644 index 00000000..33adf5b5 --- /dev/null +++ b/tests/root/subdir/images.txt @@ -0,0 +1,4 @@ +Image including source in subdir +================================ + +.. image:: img.* |
