Lev Bernstein
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
1 deletions
-
docs/conf.py
-
pyproject.toml
|
|
@ -374,6 +374,10 @@ texinfo_documents = [ |
|
|
|
# If true, do not generate a @detailmenu in the "Top" node's menu. |
|
|
|
#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): |
|
|
|
if app.config.language == 'ja': |
|
|
|
app.config.intersphinx_mapping['py'] = ('https://docs.python.org/ja/3', None) |
|
|
|
|
|
@ -38,7 +38,7 @@ dependencies = { file = "requirements.txt" } |
|
|
|
[project.optional-dependencies] |
|
|
|
voice = ["PyNaCl>=1.3.0,<1.6"] |
|
|
|
docs = [ |
|
|
|
"sphinx==4.4.0", |
|
|
|
"sphinx==5.3.0", |
|
|
|
"sphinxcontrib_trio==1.1.2", |
|
|
|
# TODO: bump these when migrating to a newer Sphinx version |
|
|
|
"sphinxcontrib-websupport==1.2.4", |
|
|
|