X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=blobdiff_plain;f=docs%2Fconf.py;h=0aaf1b8fcf8220301d63250e83cb1587b618388c;hp=4a04ad779722f191085cf5bd3b927d89e4afa385;hb=d84b21b427d080a031ca1f9c75beb1dc8024b900;hpb=b84d6e7fc42affddeb1baf989cf394fedc41a96d diff --git a/docs/conf.py b/docs/conf.py index 4a04ad779..0aaf1b8fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# coding: utf-8 # # youtube-dl documentation build configuration file, created by # sphinx-quickstart on Fri Mar 14 21:05:43 2014. @@ -44,8 +44,8 @@ copyright = u'2014, Ricardo Garcia Gonzalez' # built documents. # # The short X.Y version. -import youtube_dl -version = youtube_dl.__version__ +from youtube_dl.version import __version__ +version = __version__ # The full version, including alpha/beta/rc tags. release = version