Skip to content

Commit 234ab4d

Browse files
authored
Update PyPI project refs in Sphinx config
This is needed because the links generated by the theme are broken, including the Codecov badge.
1 parent b707d10 commit 234ab4d

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

docs/conf.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# aiohttp_asyncmdnsresolver documentation build configuration file, created by
3+
# aiohttp-asyncmdnsresolver documentation build configuration file, created by
44
# sphinx-quickstart on Mon Aug 29 19:55:36 2016.
55
#
66
# This file is execfile()d with the current directory set to its
@@ -105,7 +105,7 @@
105105

106106
github_url = "https://github.com"
107107
github_repo_org = "aio-libs"
108-
github_repo_name = "aiohttp_asyncmdnsresolver"
108+
github_repo_name = "aiohttp-asyncmdnsresolver"
109109
github_repo_slug = f"{github_repo_org}/{github_repo_name}"
110110
github_repo_url = f"{github_url}/{github_repo_slug}"
111111
github_sponsors_url = f"{github_url}/sponsors"
@@ -199,9 +199,9 @@
199199
html_theme = "alabaster"
200200

201201
html_theme_options = {
202-
"description": "aiohttp_asyncmdnsresolver",
202+
"description": "aiohttp-asyncmdnsresolver",
203203
"github_user": "aio-libs",
204-
"github_repo": "aiohttp_asyncmdnsresolver",
204+
"github_repo": "aiohttp-asyncmdnsresolver",
205205
"github_button": True,
206206
"github_type": "star",
207207
"github_banner": True,
@@ -227,7 +227,7 @@
227227
# The name for this set of Sphinx documents.
228228
# "<project> v<release> documentation" by default.
229229
#
230-
# html_title = 'aiohttp_asyncmdnsresolver v0.1.0'
230+
# html_title = 'aiohttp-asyncmdnsresolver v0.1.0'
231231

232232
# A shorter title for the navigation bar. Default is the same as html_title.
233233
#
@@ -335,7 +335,7 @@
335335
# html_search_scorer = 'scorer.js'
336336

337337
# Output file base name for HTML help builder.
338-
htmlhelp_basename = "aiohttp_asyncmdnsresolverdoc"
338+
htmlhelp_basename = "aiohttp-asyncmdnsresolverdoc"
339339

340340
# -- Options for LaTeX output ---------------------------------------------
341341

@@ -360,8 +360,8 @@
360360
latex_documents = [
361361
(
362362
master_doc,
363-
"aiohttp_asyncmdnsresolver.tex",
364-
"aiohttp_asyncmdnsresolver Documentation",
363+
"aiohttp-asyncmdnsresolver.tex",
364+
"aiohttp-asyncmdnsresolver Documentation",
365365
"manual",
366366
),
367367
]
@@ -406,8 +406,8 @@
406406
man_pages = [
407407
(
408408
master_doc,
409-
"aiohttp_asyncmdnsresolver",
410-
"aiohttp_asyncmdnsresolver Documentation",
409+
"aiohttp-asyncmdnsresolver",
410+
"aiohttp-asyncmdnsresolver Documentation",
411411
[author],
412412
1,
413413
)
@@ -426,10 +426,10 @@
426426
texinfo_documents = [
427427
(
428428
master_doc,
429-
"aiohttp_asyncmdnsresolver",
430-
"aiohttp_asyncmdnsresolver Documentation",
429+
"aiohttp-asyncmdnsresolver",
430+
"aiohttp-asyncmdnsresolver Documentation",
431431
author,
432-
"aiohttp_asyncmdnsresolver",
432+
"aiohttp-asyncmdnsresolver",
433433
"One line description of project.",
434434
"Miscellaneous",
435435
),

0 commit comments

Comments
 (0)