diff options
| author | Georg Brandl <georg@python.org> | 2010-05-30 12:59:42 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-05-30 12:59:42 +0200 |
| commit | 4318d9e17f3713d6439c2431189e120ec2eb554c (patch) | |
| tree | 99639c539e733cf96e176cb3d6cc7f740f999071 /tests/root/subdir | |
| parent | cb36e3e37b9edb6302e36c85f3f95e9754bb786d (diff) | |
| download | sphinx-4318d9e17f3713d6439c2431189e120ec2eb554c.tar.gz | |
The ``include`` directive now supports absolute paths, which are interpreted as relative to the source directory.
Diffstat (limited to 'tests/root/subdir')
| -rw-r--r-- | tests/root/subdir/includes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/root/subdir/includes.txt b/tests/root/subdir/includes.txt index 53a6bd29..627dcfb9 100644 --- a/tests/root/subdir/includes.txt +++ b/tests/root/subdir/includes.txt @@ -13,3 +13,6 @@ Absolute :download:`/img.png` download. .. absolute image filename .. image:: /img.png + +.. absolute include filename +.. include:: /test.inc |
