We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d01497 commit 6cc936fCopy full SHA for 6cc936f
build_status.py
@@ -11,7 +11,7 @@
11
import requests
12
13
14
-def get_languages() -> Generator[tuple[str, str]]:
+def get_languages() -> Generator[tuple[str, bool]]:
15
data = requests.get(
16
'https://raw.githubusercontent.com/'
17
'python/docsbuild-scripts/refs/heads/main/config.toml',
0 commit comments