8000 Correct the type annotation for ``DocBuilder.theme`` (#281) · python/docsbuild-scripts@638d5e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 638d5e6

Browse files
authored
Correct the type annotation for DocBuilder.theme (#281)
1 parent 9f34377 commit 638d5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ class DocBuilder:
540540
group: str
541541
log_directory: Path
542542
skip_cache_invalidation: bool
543-
theme: Path
543+
theme: str
544544

545545
@property
546546
def html_only(self) -> bool:

0 commit comments

Comments
 (0)
0