Fix autosummary template overloading with exclamation prefix cause infinite recursive function call. Closes #1335

This commit is contained in:
Takayuki Shimizukawa
2013-12-27 08:32:20 +00:00
parent 3d67be3dce
commit f58b7c43b9

View File

@@ -4,7 +4,7 @@ Release 1.2.1 (in development)
Bugs fixed
----------
* #1335: Fix autosummary template overloading like
* #1335: Fix autosummary template overloading with exclamation prefix like
``{% extends "!autosummary/class.rst" %}`` cause infinite recursive function
call. This caused by PR#181.