Replace all copy_static_entry() with copy_asset()

At same time, copy_static_entry() is now deprecataed
This commit is contained in:
Takeshi KOMIYA
2016-07-07 00:10:26 +09:00
parent 02dbf860c2
commit f8955b16d6
7 changed files with 29 additions and 23 deletions
+2
View File
@@ -21,6 +21,8 @@ Incompatible changes
* #2454: The filename of sourcelink is now changed. The value of
`html_sourcelink_suffix` will be appended to the original filename (like
``index.rst.txt``).
* ``sphinx.util.copy_static_entry()`` is now deprecated.
Use ``sphinx.util.fileutil.copy_asset()`` instead.
Features added