From 94aaf831ff0c5a3260d9b4a918acf76575f6e3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqui=CC=81nez=20Ferra=CC=81ndiz?= Date: Wed, 26 Mar 2014 14:11:40 +0100 Subject: [PATCH] manpage: Add BUGS section Recommend reading the bug reporting guidelines. --- docs/conf.py | 2 ++ docs/youtube-dl.1.rst | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 678e513d9..6dfcbdc15 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -73,3 +73,5 @@ htmlhelp_basename = 'youtube-dldoc' # -- Options for the man page --------------------------------------------- man_pages = [('youtube-dl.1', 'youtube-dl', 'download videos from youtube.com or other video platforms', 'Ricardo Garcia Gonzalez', 1)] + +man_show_urls = True diff --git a/docs/youtube-dl.1.rst b/docs/youtube-dl.1.rst index 1c1a5ed29..eec8aa634 100644 --- a/docs/youtube-dl.1.rst +++ b/docs/youtube-dl.1.rst @@ -71,3 +71,8 @@ Examples:: $ youtube-dl --dateafter 20000101 --datebefore 20091231 .. include:: faq.rst + +BUGS +==== + +Bugs and suggestions should be reported at: https://github.com/rg3/youtube-dl/issues. Please read the `bug reporting guidelines `_ before opening a ticket.