diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-11-04 23:36:27 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-11-04 23:36:27 +0900 |
| commit | 463ab88b6769c0c0afd7fc4d29a2256be583b40e (patch) | |
| tree | e38dd3190a5ce4e5f7d03dc2dfe6d9126239ea21 | |
| parent | bcff35663f67d3e38bd186f6f89e5481d46cc462 (diff) | |
| download | sphinx-git-463ab88b6769c0c0afd7fc4d29a2256be583b40e.tar.gz | |
docs: sourcename has empty value on creating genindex and so on (refs: #3094)
| -rw-r--r-- | doc/templating.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/templating.rst b/doc/templating.rst index 5286e0312..b9f9410de 100644 --- a/doc/templating.rst +++ b/doc/templating.rst @@ -377,6 +377,7 @@ are in HTML form), these variables are also available: The name of the copied source file for the current document. This is only nonempty if the :confval:`html_copy_source` value is ``True``. + This has empty value on creating automatically-generated files. .. data:: toc |
