Merge pull request #6995 from rgommers/download-role

Update documentation of download role for addition of hash in subdir
This commit is contained in:
Takeshi KOMIYA 2020-01-09 00:34:53 +09:00 committed by GitHub
commit 1f6819ba42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,8 +189,8 @@ Referencing downloadable files
When you use this role, the referenced file is automatically marked for
inclusion in the output when building (obviously, for HTML output only).
All downloadable files are put into the ``_downloads`` subdirectory of the
output directory; duplicate filenames are handled.
All downloadable files are put into a ``_downloads/<unique hash>/``
subdirectory of the output directory; duplicate filenames are handled.
An example::