mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 07:14:18 +00:00
Merge pull request #1600 from PyCQA/fix-docs
fix docs build for sphinx 5.x
This commit is contained in:
commit
6cff5dd2d7
1 changed files with 3 additions and 3 deletions
|
|
@ -72,7 +72,7 @@ rst_epilog = """
|
||||||
#
|
#
|
||||||
# This is also used if you do content translation via gettext catalogs.
|
# This is also used if you do content translation via gettext catalogs.
|
||||||
# Usually you set "language" from the command line for these cases.
|
# Usually you set "language" from the command line for these cases.
|
||||||
language = None
|
language = "en"
|
||||||
|
|
||||||
# There are two options for replacing |today|: either, you set today to some
|
# There are two options for replacing |today|: either, you set today to some
|
||||||
# non-false value, then it is used:
|
# non-false value, then it is used:
|
||||||
|
|
@ -297,8 +297,8 @@ texinfo_documents = [
|
||||||
intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
|
intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
|
||||||
|
|
||||||
extlinks = {
|
extlinks = {
|
||||||
"issue": ("https://github.com/pycqa/flake8/issues/%s", "#"),
|
"issue": ("https://github.com/pycqa/flake8/issues/%s", "#%s"),
|
||||||
"pull": ("https://github.com/pycqa/flake8/pull/%s", "#"),
|
"pull": ("https://github.com/pycqa/flake8/pull/%s", "#%s"),
|
||||||
}
|
}
|
||||||
|
|
||||||
autodoc_typehints = "description"
|
autodoc_typehints = "description"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue