mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-21 10:26:47 +00:00
Revert "Bump Sphinx to 5.3.0"
This reverts commit bb5a4703a703767ffb34131c23e49080c626c190.
This commit is contained in:
parent
7c8503fefb
commit
1646471ab8
@ -374,10 +374,6 @@ texinfo_documents = [
|
|||||||
# If true, do not generate a @detailmenu in the "Top" node's menu.
|
# If true, do not generate a @detailmenu in the "Top" node's menu.
|
||||||
#texinfo_no_detailmenu = False
|
#texinfo_no_detailmenu = False
|
||||||
|
|
||||||
# If true, create table of contents entries for domain objects (e.g. functions,
|
|
||||||
# classes, attributes, etc.).
|
|
||||||
toc_object_entries=False
|
|
||||||
|
|
||||||
def setup(app):
|
def setup(app):
|
||||||
if app.config.language == 'ja':
|
if app.config.language == 'ja':
|
||||||
app.config.intersphinx_mapping['py'] = ('https://docs.python.org/ja/3', None)
|
app.config.intersphinx_mapping['py'] = ('https://docs.python.org/ja/3', None)
|
||||||
|
@ -38,7 +38,7 @@ dependencies = { file = "requirements.txt" }
|
|||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
voice = ["PyNaCl>=1.3.0,<1.6"]
|
voice = ["PyNaCl>=1.3.0,<1.6"]
|
||||||
docs = [
|
docs = [
|
||||||
"sphinx==5.3.0",
|
"sphinx==4.4.0",
|
||||||
"sphinxcontrib_trio==1.1.2",
|
"sphinxcontrib_trio==1.1.2",
|
||||||
# TODO: bump these when migrating to a newer Sphinx version
|
# TODO: bump these when migrating to a newer Sphinx version
|
||||||
"sphinxcontrib-websupport==1.2.4",
|
"sphinxcontrib-websupport==1.2.4",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user