|
1 | 1 | #!/usr/bin/env python3 |
2 | 2 | # |
3 | | -# aiohttp_asyncmdnsresolver documentation build configuration file, created by |
| 3 | +# aiohttp-asyncmdnsresolver documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Mon Aug 29 19:55:36 2016. |
5 | 5 | # |
6 | 6 | # This file is execfile()d with the current directory set to its |
|
105 | 105 |
|
106 | 106 | github_url = "https://github.com" |
107 | 107 | github_repo_org = "aio-libs" |
108 | | -github_repo_name = "aiohttp_asyncmdnsresolver" |
| 108 | +github_repo_name = "aiohttp-asyncmdnsresolver" |
109 | 109 | github_repo_slug = f"{github_repo_org}/{github_repo_name}" |
110 | 110 | github_repo_url = f"{github_url}/{github_repo_slug}" |
111 | 111 | github_sponsors_url = f"{github_url}/sponsors" |
|
199 | 199 | html_theme = "alabaster" |
200 | 200 |
|
201 | 201 | html_theme_options = { |
202 | | - "description": "aiohttp_asyncmdnsresolver", |
| 202 | + "description": "aiohttp-asyncmdnsresolver", |
203 | 203 | "github_user": "aio-libs", |
204 | | - "github_repo": "aiohttp_asyncmdnsresolver", |
| 204 | + "github_repo": "aiohttp-asyncmdnsresolver", |
205 | 205 | "github_button": True, |
206 | 206 | "github_type": "star", |
207 | 207 | "github_banner": True, |
|
227 | 227 | # The name for this set of Sphinx documents. |
228 | 228 | # "<project> v<release> documentation" by default. |
229 | 229 | # |
230 | | -# html_title = 'aiohttp_asyncmdnsresolver v0.1.0' |
| 230 | +# html_title = 'aiohttp-asyncmdnsresolver v0.1.0' |
231 | 231 |
|
232 | 232 | # A shorter title for the navigation bar. Default is the same as html_title. |
233 | 233 | # |
|
335 | 335 | # html_search_scorer = 'scorer.js' |
336 | 336 |
|
337 | 337 | # Output file base name for HTML help builder. |
338 | | -htmlhelp_basename = "aiohttp_asyncmdnsresolverdoc" |
| 338 | +htmlhelp_basename = "aiohttp-asyncmdnsresolverdoc" |
339 | 339 |
|
340 | 340 | # -- Options for LaTeX output --------------------------------------------- |
341 | 341 |
|
|
360 | 360 | latex_documents = [ |
361 | 361 | ( |
362 | 362 | master_doc, |
363 | | - "aiohttp_asyncmdnsresolver.tex", |
364 | | - "aiohttp_asyncmdnsresolver Documentation", |
| 363 | + "aiohttp-asyncmdnsresolver.tex", |
| 364 | + "aiohttp-asyncmdnsresolver Documentation", |
365 | 365 | "manual", |
366 | 366 | ), |
367 | 367 | ] |
|
406 | 406 | man_pages = [ |
407 | 407 | ( |
408 | 408 | master_doc, |
409 | | - "aiohttp_asyncmdnsresolver", |
410 | | - "aiohttp_asyncmdnsresolver Documentation", |
| 409 | + "aiohttp-asyncmdnsresolver", |
| 410 | + "aiohttp-asyncmdnsresolver Documentation", |
411 | 411 | [author], |
412 | 412 | 1, |
413 | 413 | ) |
|
426 | 426 | texinfo_documents = [ |
427 | 427 | ( |
428 | 428 | master_doc, |
429 | | - "aiohttp_asyncmdnsresolver", |
430 | | - "aiohttp_asyncmdnsresolver Documentation", |
| 429 | + "aiohttp-asyncmdnsresolver", |
| 430 | + "aiohttp-asyncmdnsresolver Documentation", |
431 | 431 | author, |
432 | | - "aiohttp_asyncmdnsresolver", |
| 432 | + "aiohttp-asyncmdnsresolver", |
433 | 433 | "One line description of project.", |
434 | 434 | "Miscellaneous", |
435 | 435 | ), |
|
0 commit comments