From 434589bd8af237306bae1d42fa0d34be7eb3478b Mon Sep 17 00:00:00 2001 From: Dan Barrett Date: Fri, 30 Nov 2018 11:05:44 +1100 Subject: [PATCH] Remove mention of the Twig C extension As per https://github.com/twigphp/Twig/pull/2318 --- doc/intro.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/intro.rst b/doc/intro.rst index fb682503f..5c101ca53 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -39,12 +39,6 @@ The recommended way to install Twig is via Composer: composer require "twig/twig:^2.0" -.. note:: - - To learn more about the other installation methods, read the - :doc:`installation` chapter; it also explains how to install - the Twig C extension. - Basic API Usage ---------------