Skip to content

Commit

Permalink
deps: update sphinx to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onerandomusername committed Jun 12, 2022
1 parent ea4f08f commit 2941bb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@
dpy_github_repo = "https://github.com/Rapptz/discord.py"

extlinks = {
"issue": (f"{github_repo}/issues/%s", "#"),
"issue-dpy": (f"{dpy_github_repo}/issues/%s", "#"),
"issue": (f"{github_repo}/issues/%s", "#%s"),
"issue-dpy": (f"{dpy_github_repo}/issues/%s", "#%s"),
}

extlinks_detect_hardcoded_links = True

# Links used for cross-referencing stuff in other documentation
intersphinx_mapping = {
"py": ("https://docs.python.org/3", None),
Expand Down Expand Up @@ -130,7 +132,7 @@ def git(*args):
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

locale_dirs = ["locale/"]
gettext_compact = False
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx~=4.5.0
sphinx~=5.0.1
sphinxcontrib-trio~=1.1.2
sphinx-hoverxref~=1.0.1
sphinx-hoverxref~=1.1.1
sphinx-autobuild~=2021.3

0 comments on commit 2941bb5

Please sign in to comment.