diff --git a/docs.html b/docs.html
index 46f85811..e547404c 100644
--- a/docs.html
+++ b/docs.html
@@ -8210,14 +8210,9 @@ sp_mat A = sprandu<sp_mat>(100, 200, 0.1);
toeplitz( A )
toeplitz( A, B )
-
circ_toeplitz( A )
vec A(5, fill::randu); + mat X = toeplitz(A); -mat Y = circ_toeplitz(A);