Skip to content

Commit

Permalink
Merge pull request #1769 from parmegv/defect/Github-hook-cant-be-set-…
Browse files Browse the repository at this point in the history
…to-True-in-nine-#3304

docs: Don't set GitHub hook to True

fixes ticket:3304
  • Loading branch information
Mikhail Sobolev committed Jul 21, 2015
2 parents 534f83b + 03667ec commit 62739db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/docs/manual/cfg-wwwhooks.rst
Expand Up @@ -62,7 +62,7 @@ The simples way to use GitHub hook is as follows:
.. code-block:: python
c['www'] = dict(...,
change_hook_dialects={'github': True}))
change_hook_dialects={'github': { }})
Having added this line, you should add a webhook for your GitHub project (see `Creating Webhooks page at GitHub <https://developer.github.com/webhooks/creating/>`_).
The parameters are:
Expand Down

0 comments on commit 62739db

Please sign in to comment.