diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-03-15 19:08:09 +0100 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2014-03-15 19:08:09 +0100 |
commit | 685052fc7b8e7c70fc524098e45f0c1052c5eaec (patch) | |
tree | c531a6a5ded1da0eb8f75bea48573eef01c23e40 /MANIFEST.in | |
parent | f1cef7a9ffcf92781e8ee81934a1bf985aefdbca (diff) |
Add initial sphinx docs
With an initial guide for using youtube_dl from python programs.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 8f8af7a7f..08be9af71 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,3 +3,5 @@ include test/*.py include test/*.json include youtube-dl.bash-completion include youtube-dl.1 +recursive-include docs * +prune docs/_build |