]> jfr.im git - yt-dlp.git/blobdiff - docs/conf.py
Merge branch 'tiktok' of https://github.com/skyme5/youtube-dl into skyme5-tiktok
[yt-dlp.git] / docs / conf.py
index 4a04ad779722f191085cf5bd3b927d89e4afa385..fa616ebbb6e19daa6f5d240614a5b89f2ac3fd00 100644 (file)
@@ -1,6 +1,6 @@
-# -*- coding: utf-8 -*-
+# coding: utf-8
 #
-# youtube-dl documentation build configuration file, created by
+# youtube-dlc documentation build configuration file, created by
 # sphinx-quickstart on Fri Mar 14 21:05:43 2014.
 #
 # This file is execfile()d with the current directory set to its
@@ -14,7 +14,7 @@
 
 import sys
 import os
-# Allows to import youtube_dl
+# Allows to import youtube_dlc
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 
 # -- General configuration ------------------------------------------------
@@ -36,7 +36,7 @@
 master_doc = 'index'
 
 # General information about the project.
-project = u'youtube-dl'
+project = u'youtube-dlc'
 copyright = u'2014, Ricardo Garcia Gonzalez'
 
 # The version info for the project you're documenting, acts as replacement for
@@ -44,8 +44,8 @@
 # built documents.
 #
 # The short X.Y version.
-import youtube_dl
-version = youtube_dl.__version__
+from youtube_dlc.version import __version__
+version = __version__
 # The full version, including alpha/beta/rc tags.
 release = version
 
@@ -68,4 +68,4 @@
 html_static_path = ['_static']
 
 # Output file base name for HTML help builder.
-htmlhelp_basename = 'youtube-dldoc'
+htmlhelp_basename = 'youtube-dlcdoc'