Skip to content

Commit 79a420c

Browse files
committed
Fixed documentation configuration
1 parent 6e749e1 commit 79a420c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"sphinx.ext.intersphinx",
99
"sphinx.ext.extlinks",
1010
"sphinx_autodoc_typehints",
11-
"sphinxcontrib.asyncio",
1211
]
1312

1413
templates_path = ["_templates"]
@@ -22,7 +21,7 @@
2221
version = v.base_version
2322
release = v.public
2423

25-
language = None
24+
language = "en"
2625

2726
exclude_patterns = ["_build"]
2827
pygments_style = "sphinx"

0 commit comments

Comments
 (0)