summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/assets.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/narr/assets.rst b/docs/narr/assets.rst
index b0a8d18b0..fec55ce7c 100644
--- a/docs/narr/assets.rst
+++ b/docs/narr/assets.rst
@@ -526,3 +526,6 @@ files. Any software which uses the
:func:`pkg_resources.get_resource_string` APIs will obtain an overridden file
when an override is used.
+As of Pyramid 1.6, it is also possible to override an asset by supplying an
+absolute path to a file or directory. This may be useful if the assets are
+not distributed as part of a Python package.