diff --git a/doc/faq.rst b/doc/faq.rst index 4b608b780..4446463b8 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -119,6 +119,36 @@ Google Analytics {% endblock %} +Google Search + To replace Sphinx's built-in search function with Google Search, proceed as + follows: + + 1. Go to https://cse.google.com/cse/all to create the Google Search code + snippet. + + 2. Copy the code snippet and paste it into ``_templates/searchbox`` in your + Sphinx project: + + .. code-block:: html+django + +