|
4 | 4 | import os |
5 | 5 | import sys |
6 | 6 |
|
7 | | -from livestreamer import __version__ as livestreamer_version |
| 7 | +from streamlink import __version__ as streamlink_version |
8 | 8 |
|
9 | 9 | # If extensions (or modules to document with autodoc) are in another directory, |
10 | 10 | # add these directories to sys.path here. If the directory is relative to the |
|
33 | 33 | master_doc = 'index' |
34 | 34 |
|
35 | 35 | # General information about the project. |
36 | | -project = 'Livestreamer' |
| 36 | +project = 'Streamlink' |
37 | 37 | copyright = '2011-2015, Christopher Rosell' |
38 | 38 |
|
39 | 39 | # The version info for the project you're documenting, acts as replacement for |
|
42 | 42 |
|
43 | 43 | # |
44 | 44 | # The short X.Y version. |
45 | | -version = livestreamer_version |
| 45 | +version = streamlink_version |
46 | 46 | # The full version, including alpha/beta/rc tags. |
47 | | -release = livestreamer_version |
| 47 | +release = streamlink_version |
48 | 48 |
|
49 | 49 | # The language for content autogenerated by Sphinx. Refer to documentation |
50 | 50 | # for a list of supported languages. |
|
80 | 80 | # A list of ignored prefixes for module index sorting. |
81 | 81 | #modindex_common_prefix = [] |
82 | 82 |
|
83 | | -github_project = 'chrippa/livestreamer' |
| 83 | +github_project = 'streamlink/streamlink' |
84 | 84 |
|
85 | 85 | # -- Options for HTML output --------------------------------------------------- |
86 | 86 |
|
|
93 | 93 | "Command-line utility that extracts streams from various services " |
94 | 94 | "and pipes them into a video player of choice." |
95 | 95 | ), |
96 | | - "github_user": "chrippa", |
97 | | - "github_repo": "livestreamer", |
| 96 | + "github_user": "streamlink", |
| 97 | + "github_repo": "streamlink", |
98 | 98 | "sticky_navigation": True |
99 | 99 | } |
100 | 100 |
|
|
105 | 105 | # Theme options are theme-specific and customize the look and feel of a theme |
106 | 106 | # further. For a list of options available for each theme, see the |
107 | 107 | # documentation. |
108 | | -# html_theme_options = { "github_fork": "chrippa/livestreamer" } |
| 108 | +# html_theme_options = { "github_fork": "streamlink/streamlink" } |
109 | 109 |
|
110 | 110 | # Add any paths that contain custom themes here, relative to this directory. |
111 | 111 | #html_theme_path = [] |
|
179 | 179 | #html_file_suffix = None |
180 | 180 |
|
181 | 181 | # Output file base name for HTML help builder. |
182 | | -htmlhelp_basename = 'livestreamerdoc' |
| 182 | +htmlhelp_basename = 'streamlinkdoc' |
183 | 183 |
|
184 | 184 | # -- Options for manual page output -------------------------------------------- |
185 | 185 |
|
186 | 186 | # One entry per manual page. List of tuples |
187 | 187 | # (source start file, name, description, authors, manual section). |
188 | 188 | man_pages = [ |
189 | | - ('cli', 'livestreamer', 'extracts streams from various services and pipes them into a video player of choice', ['Christopher Rosell'], 1) |
| 189 | + ('cli', 'streamlink', 'extracts streams from various services and pipes them into a video player of choice', ['Christopher Rosell'], 1) |
190 | 190 | ] |
191 | 191 |
|
192 | 192 | # If true, show URL addresses after external links. |
|
0 commit comments