mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[skip travis] renaming
to avoid using same folder when using pip install for example
This commit is contained in:
		
							
								
								
									
										10
									
								
								docs/conf.py
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								docs/conf.py
									
									
									
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| # 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 @@ source_suffix = '.rst' | ||||
| 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,7 +44,7 @@ copyright = u'2014, Ricardo Garcia Gonzalez' | ||||
| # built documents. | ||||
| # | ||||
| # The short X.Y version. | ||||
| from youtube_dl.version import __version__ | ||||
| from youtube_dlc.version import __version__ | ||||
| version = __version__ | ||||
| # The full version, including alpha/beta/rc tags. | ||||
| release = version | ||||
| @@ -68,4 +68,4 @@ html_theme = 'default' | ||||
| html_static_path = ['_static'] | ||||
|  | ||||
| # Output file base name for HTML help builder. | ||||
| htmlhelp_basename = 'youtube-dldoc' | ||||
| htmlhelp_basename = 'youtube-dlcdoc' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Unknown
					Unknown